Skip to content

Commit

Permalink
Rename --native to --graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jul 12, 2023
1 parent 5eb893d commit 39d7edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: latest

- name: Run Ballerina tests using the native executable
run: bal test --native ./teams
run: bal test --graalvm ./teams
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
REFRESH_URL: ${{ secrets.REFRESH_URL }}
Expand Down

0 comments on commit 39d7edf

Please sign in to comment.