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 76659e5 commit 1ffc120
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root
volumes:
- /node:/node:rw,rshared
- /node:/__e/node20:ro,rshared
volumes: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-mount-volumes }}

steps:
- name: Setup node
Expand Down

0 comments on commit 1ffc120

Please sign in to comment.