Skip to content

Commit

Permalink
remove native tests from integration matrix (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint committed Dec 23, 2021
1 parent bb6180e commit fd7387c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- logging
- metrics
- multisample
- native
- kotlin
- pubsub
- pubsub-bus
Expand All @@ -50,7 +49,7 @@ jobs:
java-version: 11
- name: Setup GraalVM
uses: DeLaGuardo/setup-graalvm@4.0
if: matrix.it == 'native'
if: matrix.it == 'native' # note that this is no longer in the matrix
with:
graalvm: '21.2.0'
java: 'java11'
Expand Down

0 comments on commit fd7387c

Please sign in to comment.