Skip to content

Commit

Permalink
Skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 authored Oct 8, 2021
1 parent 0253d45 commit ddcb81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
devCentralToken: ${{ secrets.BALLERINA_DEV_CENTRAL_ACCESS_TOKEN }}
run: |
./gradlew build -Pversion=${VERSION}
./gradlew build -Pversion=${VERSION} -x test
./gradlew release -Prelease.useAutomaticVersion=true -x test
# - name: Checkout docker repo
# uses: actions/checkout@v2
Expand Down

0 comments on commit ddcb81f

Please sign in to comment.