Skip to content

Commit a5169c6

Browse files
committed
chore: fail fast the lint and smoke test stages
1 parent 23f1445 commit a5169c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
needs:
5454
- detect-modules
5555
strategy:
56+
fail-fast: true
5657
matrix:
5758
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
5859
runs-on: ubuntu-22.04
@@ -76,6 +77,7 @@ jobs:
7677
- lint
7778
name: Smoke test
7879
strategy:
80+
fail-fast: true
7981
matrix:
8082
runner: [ ubuntu-22.04 ]
8183
node-version: [ 18.x, 20.x, 22.x ]

0 commit comments

Comments
 (0)