Skip to content

Commit

Permalink
Skip tests in daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Apr 15, 2024
1 parent f46169a commit 079078c
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 079078c

Please sign in to comment.