Skip to content

Commit

Permalink
let us try to run test instead of package
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano81 committed Feb 29, 2024
1 parent c7a8647 commit b7c96b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test with Maven
run: mvn test

- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Expand Down

0 comments on commit b7c96b5

Please sign in to comment.