Skip to content

Commit

Permalink
ci: add example e2e tests for different macos systems
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Apr 30, 2024
1 parent 8594bac commit ee38d15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/example-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: PATH=$PATH:$HOME/go/bin ./examples/test.sh

macos:
runs-on: macos-latest
strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit ee38d15

Please sign in to comment.