Skip to content

Commit

Permalink
Merge pull request #809 from aashikam/u9fail
Browse files Browse the repository at this point in the history
Fix daily build failure using ballerina docker
  • Loading branch information
aashikam authored Apr 15, 2024
2 parents f46169a + 079078c commit aed7ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew clean build -P buildUsingDocker=nightly
./gradlew clean build -P buildUsingDocker=nightly -x :nats-compiler-plugin-tests:test -x :nats-ballerina-tests:test
# Send notification when build fails
- name: Notify failure
Expand Down

0 comments on commit aed7ed9

Please sign in to comment.