Skip to content

Commit

Permalink
feat: skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Feb 8, 2024
1 parent b166f10 commit ac01a25
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 @@ -46,7 +46,7 @@ jobs:
with:
java-version: 17
- name: Build with Maven
run: mvn -B package -DskipTests=false -Darguments="-Dmaven.javadoc.skip=true"
run: mvn -B package -Darguments="-Dmaven.test.skip=true -Dmaven.javadoc.skip=true"
- name: Get version
id: getVersion
uses: entimaniac/[email protected]
Expand Down

0 comments on commit ac01a25

Please sign in to comment.