We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9caa1 commit d6eb3dcCopy full SHA for d6eb3dc
.github/workflows/maven-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Permissions to executable
30
run: sudo chmod 777 /tmp/cx-exe
31
- name: Publish to GitHub Packages Apache Maven
32
- run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
33
env:
34
CX_CLIENT_ID: ${{ secrets.CLIENT_ID}}
35
CX_CLIENT_SECRET: ${{ secrets.CLIENT_SECRET}}
0 commit comments