Skip to content

Commit e3392eb

Browse files
committed
ci(workflows): remove continue-on-error for test jobs
1 parent ee1b156 commit e3392eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/test.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
jobs:
99
test-autogenerated:
1010
runs-on: ubuntu-latest
11-
continue-on-error: true
1211
strategy:
12+
fail-fast: false
1313
matrix:
1414
feature:
1515
- ${{ vars.FEATURE_COMMON_UTILS}}
@@ -33,8 +33,8 @@ jobs:
3333

3434
test-scenarios:
3535
runs-on: ubuntu-latest
36-
continue-on-error: true
3736
strategy:
37+
fail-fast: false
3838
matrix:
3939
feature:
4040
- ${{ vars.FEATURE_COMMON_UTILS}}
@@ -53,7 +53,6 @@ jobs:
5353

5454
test-global:
5555
runs-on: ubuntu-latest
56-
continue-on-error: true
5756
steps:
5857
- uses: actions/checkout@v4
5958

0 commit comments

Comments
 (0)