Skip to content

Commit

Permalink
Run GH workflow build in batch-mode and fail at end
Browse files Browse the repository at this point in the history
Without the -B Maven CLI option a lot of print-out in the build logs of
Github workflows is just transfer progress.
  • Loading branch information
HannesWell committed Aug 10, 2024
1 parent 2bce8b6 commit 417cec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build and test
uses: coactions/setup-xvfb@v1.0.1
with:
run: ./mvnw clean verify "-Dmaven.home=${{ env.MAVEN_WRAPPER_HOME }}" -PuseJenkinsSnapshots ${{ matrix.additional-maven-args }} -f org.eclipse.xtext.full.releng
run: ./mvnw clean verify -B -fae "-Dmaven.home=${{ env.MAVEN_WRAPPER_HOME }}" -PuseJenkinsSnapshots ${{ matrix.additional-maven-args }} -f org.eclipse.xtext.full.releng

- name: Archive Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 417cec1

Please sign in to comment.