Skip to content

Commit

Permalink
Try forcing offline mode for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vil1 committed May 24, 2024
1 parent 5457472 commit df80152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ jobs:
run: ls -R ~/.m2

- name: Run Acceptance Tests with Maven
run: mvn -B test -pl acceptance --file pom.xml --fail-at-end
run: mvn -B test -o -pl acceptance --file pom.xml --fail-at-end
continue-on-error: true

0 comments on commit df80152

Please sign in to comment.