Skip to content

Commit

Permalink
Merge pull request #95 from AzeemMuzammil/fb-enable-grallvm-check
Browse files Browse the repository at this point in the history
Update GrallVM check to use Latest Ballerina Version
  • Loading branch information
NipunaRanasinghe authored Jun 26, 2023
2 parents 7a77ed2 + d31bf30 commit 9bba52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
native-image --version
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: 2201.5.0
version: latest

- name: Run Ballerina tests using the native executable
run: bal test --native ./cosmosdb
Expand Down

0 comments on commit 9bba52f

Please sign in to comment.