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 3a3d9b8 commit dc42d79
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 @@ -49,7 +49,7 @@ jobs:
version: latest

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

0 comments on commit dc42d79

Please sign in to comment.