Skip to content

Commit 4c483a8

Browse files
committed
Disabled continue on error
1 parent 491731a commit 4c483a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
test-autogenerated:
1111
runs-on: ubuntu-latest
12-
continue-on-error: true
1312
strategy:
1413
matrix:
1514
features:
@@ -31,7 +30,6 @@ jobs:
3130

3231
test-scenarios:
3332
runs-on: ubuntu-latest
34-
continue-on-error: true
3533
strategy:
3634
matrix:
3735
features:
@@ -57,7 +55,6 @@ jobs:
5755
5856
test-global:
5957
runs-on: ubuntu-latest
60-
continue-on-error: true
6158
steps:
6259
- uses: actions/checkout@v4
6360

0 commit comments

Comments
 (0)