From 6798de20fc81efcf84d78e0ffe0a77aaf2c44faa Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 14 Nov 2024 19:20:54 -0500 Subject: [PATCH] Update tests Signed-off-by: Peter Zhu --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41117784..a28363c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}