Skip to content

Commit

Permalink
install before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Sep 24, 2024
1 parent f5d22f3 commit 7ff4c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: install without tests
run: mvn -B install -DskipTests
- name: Build with Maven
run: mvn -B test
benchmarks:
Expand Down

0 comments on commit 7ff4c0a

Please sign in to comment.