This commit is contained in:
Devraj Mehta
2026-03-10 14:24:33 -04:00
commit 96dccc5ccc
4 changed files with 153 additions and 0 deletions

26
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Copilot CLI
uses: ./
with:
version: latest
- name: Verify copilot is on PATH
run: which copilot
- name: Check version
run: copilot --version