Skip to content

Commit 6ba1869

Browse files
authored
[java] Running all jobs generated by the matrix
[skip ci]
1 parent 7ab4c5d commit 6ba1869

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/java.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
needs: small_tests
103103
runs-on: ubuntu-latest
104104
strategy:
105+
fail-fast: false
105106
matrix:
106107
browser: [ chrome, firefox ]
107108
steps:
@@ -137,10 +138,10 @@ jobs:
137138
DISPLAY: :99
138139

139140
server_tests:
140-
if: ${{ always() }}
141-
needs: [ browser_tests ]
141+
needs: small_tests
142142
runs-on: ubuntu-latest
143143
strategy:
144+
fail-fast: false
144145
matrix:
145146
browser: [ chrome, firefox ]
146147
steps:

0 commit comments

Comments
 (0)