Skip to content

Commit

Permalink
Revert "gh: builds continuing even if there are errors on other os"
Browse files Browse the repository at this point in the history
This reverts commit beec3e9.
  • Loading branch information
giulong committed Sep 6, 2024
1 parent beec3e9 commit cdd4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
browsers:
name: Browsers IT
needs: build
continue-on-error: true
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down Expand Up @@ -99,7 +100,6 @@ jobs:

- name: Run browsers ITs
shell: bash
continue-on-error: true
run: |
./mvnw install:install-file -ntp -Dfile=$GITHUB_WORKSPACE/spectrum-${{ env.VERSION }}.jar -DgroupId=io.github.giulong -DartifactId=spectrum -Dversion=${{ env.VERSION }} -Dpackaging=jar
./mvnw install -DskipSign -Dmaven.plugin.validation=NONE ${{ matrix.directives }} -ntp -P ${{ matrix.profiles }}
Expand Down

0 comments on commit cdd4dbd

Please sign in to comment.