Skip to content

Commit

Permalink
Remove exclude flags in gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Miranlfk committed Jul 29, 2023
1 parent ff9302a commit 8003098
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 @@ -73,7 +73,7 @@ jobs:
devCentralToken: ${{ secrets.BALLERINA_DEV_CENTRAL_ACCESS_TOKEN }}
ballerinaBotWorkflow: $ {{ secrets.BALLERINA_BOT_WORKFLOW }}
run: |
./gradlew build -Pversion=${VERSION} --exclude-task project-api-tests:test
./gradlew build -Pversion=${VERSION}
./gradlew release -Prelease.useAutomaticVersion=true -x test
- name: Checkout docker repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 8003098

Please sign in to comment.