Skip to content

Commit

Permalink
Update smoke test build
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 4, 2024
1 parent 071fb11 commit aea9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Build jar file, compile tests
run: |
mvn --no-transfer-progress clean package -Dmaven.test.skip -P prettierSkip
mvn --no-transfer-progress clean install -Dmaven.test.skip -P prettierSkip
mvn org.apache.maven.plugins:maven-compiler-plugin:testCompile
- name: Cache OSM files
Expand Down

0 comments on commit aea9b45

Please sign in to comment.