Skip to content

Commit

Permalink
Merge pull request #14 from AzeemMuzammil/fb-enable-grallvm-check
Browse files Browse the repository at this point in the history
Update GrallVM check to use Latest Ballerina Version
  • Loading branch information
NipunaRanasinghe authored Jun 27, 2023
2 parents 67c63f7 + 6a5463d commit 061826a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
echo "JAVA_HOME: ${{ env.JAVA_HOME }}"
native-image --version
- name: Run Ballerina tests using the native executable
uses: ballerina-platform/ballerina-action/@nightly
- name: Set Up Ballerina
uses: ballerina-platform/[email protected]
with:
args:
test --native ./ballerina
version: latest

- name: Run Ballerina tests using the native executable
run: bal test --native ./ballerina
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

0 comments on commit 061826a

Please sign in to comment.