Skip to content

Commit

Permalink
mvn command
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Apr 4, 2024
1 parent 41cf425 commit f7cf18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: Build with Maven
run: mvn -B install --no-transfer-progress --file pom.xml
run: mvn clean install -Pcheckstyle,itcases

0 comments on commit f7cf18c

Please sign in to comment.