💥
This commit is contained in:
26
.github/workflows/test.yml
vendored
Normal file
26
.github/workflows/test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user