Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
skip temporarly tests
  • Loading branch information
JeanPrince authored Sep 20, 2023
1 parent 82f4daf commit d414359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package -DskipTests=true --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
Expand Down

0 comments on commit d414359

Please sign in to comment.