Skip to content

Commit

Permalink
Merge pull request #93 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 committed Jun 26, 2023
2 parents 419c853 + 0b6dc4b commit abe86a5
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 ./twitter
Expand Down

0 comments on commit abe86a5

Please sign in to comment.