Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmg13 authored Mar 18, 2024
1 parent a824a5d commit 5f91fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Running tests
run: mvn test
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Running tests
run: mvn test --file pom.xml

0 comments on commit 5f91fbd

Please sign in to comment.