Skip to content

Commit

Permalink
DO NOT MERGE: debug only - make building go faster by skipping unit t…
Browse files Browse the repository at this point in the history
…ests.
  • Loading branch information
guusdk committed Jul 30, 2023
1 parent e83b446 commit 10f261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: ${{ matrix.distribution }}
cache: maven
- name: Build with Maven
run: ./mvnw -B package -Pcoverage --file pom.xml
run: ./mvnw -Dmaven.test.skip=true -B package -Pcoverage --file pom.xml
- name: Upload failed test reports
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 10f261f

Please sign in to comment.