Skip to content

Commit

Permalink
update pr build
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed Jul 26, 2024
1 parent be11edb commit 46ce4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
curl --fail --silent --show-error --retry-all-errors --retry 240 --retry-delay 1 http://localhost:11222/rest/v2/container/health/status > /dev/null
- name: JDK 17 Tests
run: mvn -B clean install -Dmaven.test.failure.ignore=true
run: ./mvnw -B clean install -Dmaven.test.failure.ignore=true

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

0 comments on commit 46ce4ff

Please sign in to comment.