Skip to content

Commit

Permalink
Fix GraalVM workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Nov 20, 2024
1 parent 9b50abb commit 3901e8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
native_image_options: ${{ inputs.native_image_options }}
additional_ubuntu_build_flags: '-x :graphql-compiler-plugin-tests:test -Pdisable=subscriptions'
# TODO : Enable after fixing this issue : https://github.com/ballerina-platform/ballerina-lang/issues/38882
# additional_windows_build_flags: '-x :graphql-compiler-plugin-tests:test'
additional_windows_build_flags: '-x test'
additional_windows_build_flags: '-x :graphql-compiler-plugin-tests:test'

0 comments on commit 3901e8d

Please sign in to comment.