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 14, 2023
1 parent 1e8f85b commit d4ab98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion examples/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run)
BAL_CMD="run"
;;
*)
echo "Invalid command provided: '$1'. Please provide 'build' or 'test' as the command."
echo "Invalid command provided: '$1'. Please provide 'build' or 'run' as the command."
exit 1
;;
esac
Expand Down

0 comments on commit d4ab98c

Please sign in to comment.