diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml index 832cfea..3f7166b 100644 --- a/.github/workflows/build-with-bal-test-native.yml +++ b/.github/workflows/build-with-bal-test-native.yml @@ -33,7 +33,7 @@ jobs: - name: Run Ballerina tests using the native executable working-directory: ./gpeople - run: bal test --native + run: bal test --graalvm env: JAVA_HOME: /usr/lib/jvm/default-jvm CLIENT_ID: ${{ secrets.CLIENT_ID }}