Skip to content

Commit

Permalink
Add poko_tests_jvm_toolchain_version env variable on test-with-jdk CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Feb 29, 2024
1 parent 19eaf5d commit 2b0feab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:

- name: Test
run: ./gradlew :poko-tests:jvmTest :poko-tests:jvmK2Test --stacktrace
env:
poko_tests_jvm_toolchain_version: ${{ matrix.poko_tests_jvm_toolchain_version }}

build-sample:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b0feab

Please sign in to comment.