From e861bc21deb387c9d8f6074d193afc5bdd10ede0 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 14 Nov 2024 14:16:38 -0500 Subject: [PATCH] Update tests Signed-off-by: Peter Zhu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0534247..41117784 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - run: | ls -l / | grep tar.xz - tar -xf node-v20.10.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217 + tar -xf /node-v20.10.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217 /node20217/bin/node -v - name: Checkout job-scheduler uses: actions/checkout@v4