Skip to content

Commit

Permalink
Skips tests in deployment
Browse files Browse the repository at this point in the history
Were already run in PR acceptance stange
  • Loading branch information
FrankSchnicke committed Mar 10, 2023
1 parent 6be94f1 commit cc9951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
package-name: 'org.eclipse.basyx.basyx.sdk'

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit cc9951f

Please sign in to comment.