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 14, 2024
1 parent dc73efc commit e861bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e861bc2

Please sign in to comment.