Skip to content

Commit d05607a

Browse files
authored
Merge pull request #43913 from ballerina-platform/tharindu-nw-patch-1
Skip debugger integration tests in release pipeline
2 parents bfaff69 + e3e1c0a commit d05607a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git config user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
3737
git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
3838
git checkout -b release-${VERSION}
39-
./gradlew build -Pversion=${VERSION}
39+
./gradlew build -x :jballerina-debugger-integration-test:test -Pversion=${VERSION}
4040
./gradlew -Pversion=${VERSION} publish -x test --continue
4141
- name: Create Release Tag
4242
run: |

0 commit comments

Comments
 (0)