Skip to content

Commit 51610c5

Browse files
committed
Ensure test continue when if there is an error
1 parent dcb5d50 commit 51610c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flutter.yml

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

@@ -39,6 +40,7 @@ jobs:
3940
4041
test-beta:
4142
runs-on: ${{ inputs.runs-on }}
43+
continue-on-error: true
4244
steps:
4345
- uses: actions/checkout@v4
4446

0 commit comments

Comments
 (0)