Skip to content

Commit

Permalink
ci: test on Java 8
Browse files Browse the repository at this point in the history
avoids "Illegal reflective access" warning when running parquet-tools
  • Loading branch information
dvirtz committed Aug 26, 2024
1 parent 65965cd commit 00d8b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
with:
path: ${{ env.CONAN_HOME }}
key: ${{ matrix.os }}-conan-${{ hashFiles('packages/parquet-reader/conanfile.txt') }}
- name: Use Java 8
run: |
echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> $GITHUB_ENV
echo "PATH=${JAVA_HOME_8_X64}/bin:${PATH}" >> $GITHUB_ENV
- run: npm ci --forward-scripts
- name: Static checks
run: |
Expand Down

0 comments on commit 00d8b1d

Please sign in to comment.