Skip to content

Commit

Permalink
Merge pull request #299 from NipunaMadhushan/skip-ui-tests
Browse files Browse the repository at this point in the history
Skip docerina UI tests
  • Loading branch information
NipunaMadhushan authored Sep 19, 2023
2 parents 4dad25a + b856ad6 commit 26cc333
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 @@ -39,7 +39,7 @@ jobs:
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew release -Prelease.useAutomaticVersion=true -x :docerina-ui:npmTestDocerinaUI
./gradlew -Pversion=${VERSION} -x :docerina-ui:npmTestDocerinaUI
./gradlew -Pversion=${VERSION} publish -x :docerina-ui:npmTestDocerinaUI
- name: Create Github release from the release tag
run: |
curl --request POST 'https://api.github.com/repos/ballerina-platform/ballerina-dev-tools/releases' \
Expand Down

0 comments on commit 26cc333

Please sign in to comment.