We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab4c5d commit 6ba1869Copy full SHA for 6ba1869
1 file changed
.github/workflows/java.yml
@@ -102,6 +102,7 @@ jobs:
102
needs: small_tests
103
runs-on: ubuntu-latest
104
strategy:
105
+ fail-fast: false
106
matrix:
107
browser: [ chrome, firefox ]
108
steps:
@@ -137,10 +138,10 @@ jobs:
137
138
DISPLAY: :99
139
140
server_tests:
- if: ${{ always() }}
141
- needs: [ browser_tests ]
+ needs: small_tests
142
143
144
145
146
147
0 commit comments