Skip to content

Commit 1136d8a

Browse files
committed
Revert "Ensure test continue when if there is an error"
This reverts commit 51610c5.
1 parent 088ab1f commit 1136d8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
jobs:
1818
test-stable:
1919
runs-on: ${{ inputs.runs-on }}
20-
continue-on-error: true
2120
steps:
2221
- uses: actions/checkout@v4
2322

@@ -40,7 +39,6 @@ jobs:
4039
4140
test-beta:
4241
runs-on: ${{ inputs.runs-on }}
43-
continue-on-error: true
4442
steps:
4543
- uses: actions/checkout@v4
4644

0 commit comments

Comments
 (0)