Skip to content

Commit d6eb3dc

Browse files
author
Jay Nanduri
committed
Skip test when publishing
1 parent 2c9caa1 commit d6eb3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Permissions to executable
3030
run: sudo chmod 777 /tmp/cx-exe
3131
- name: Publish to GitHub Packages Apache Maven
32-
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
32+
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
3333
env:
3434
CX_CLIENT_ID: ${{ secrets.CLIENT_ID}}
3535
CX_CLIENT_SECRET: ${{ secrets.CLIENT_SECRET}}

0 commit comments

Comments
 (0)