Skip to content

Commit

Permalink
ci: complete all sample tests even if one fails fast (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Jan 9, 2025
1 parent 2d26011 commit b475b05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
examples:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
example:
Expand All @@ -32,6 +33,7 @@ jobs:
samples:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
sample:
Expand Down Expand Up @@ -60,4 +62,3 @@ jobs:
- name: Compile sample
working-directory: ./sample
run: npx tsc

0 comments on commit b475b05

Please sign in to comment.