Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Nov 15, 2024
1 parent e861bc2 commit 6798de2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ jobs:
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root
volumes:
- /node20217:/node20217:rw,rshared
- /node20217:/__e/node20:ro,rshared
- /node20_glibc217:/node20_glibc217:rw,rshared
- /node20_glibc217:/__e/node20:ro,rshared

steps:
- run: |
ls -l / | grep tar.xz
tar -xf /node-v20.10.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
/node20217/bin/node -v
/node20_glibc217/bin/node -v
- name: Checkout job-scheduler
uses: actions/checkout@v4
- name: Setup Java ${{ matrix.java }}
Expand Down

0 comments on commit 6798de2

Please sign in to comment.