Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Oct 19, 2023
1 parent b7421ba commit c6c18cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
candidate: java
version: 21-graalce
- name: Quick build
run: ./mvnw --no-transfer-progress -s .build/maven-ci-settings.xml --DskipTests
run: ./mvnw --no-transfer-progress -s .build/maven-ci-settings.xml -DskipTests
- name: Run native tests
run: ./mvnw --no-transfer-progress -s .build/maven-ci-settings.xml verify -f native-tests -Pnative

0 comments on commit c6c18cb

Please sign in to comment.