Skip to content

Commit

Permalink
Fix GraalVM working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Aug 13, 2023
1 parent 1e8f85b commit ff48362
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
working-directory: ./calendar
working-directory: ./ballerina
run: bal test --graalvm
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
Expand Down

0 comments on commit ff48362

Please sign in to comment.