Skip to content

Commit 94faa8c

Browse files
Do not continue on error
1 parent abdd9fd commit 94faa8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
build:
1010
name: Test and Build on JDK ${{ matrix.java-version }}
1111
runs-on: ubuntu-latest
12-
continue-on-error: true # do not fail the whole job if one of the steps fails
1312

1413
strategy:
1514
matrix:

0 commit comments

Comments
 (0)