Skip to content

Commit

Permalink
Use graalvm flag on Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Nov 15, 2023
1 parent 32bbded commit 990281e
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,7 @@ jobs:
echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV
- name: Build Package
run: ./gradlew build ${{ inputs.additional-build-flags }}
run: ./gradlew build -P balGraalVMTest ${{ inputs.additional-build-flags }}
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}

- name: Set Permissions
run: |
chmod -R 777 ballerina/target
- name: Test with GraalVM
run: |
cd ballerina
bal test --graalvm ${{ inputs.additional-test-flags }}

0 comments on commit 990281e

Please sign in to comment.