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 1ffc120 commit 7995fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
# this image tag is subject to change as more dependencies and updates will arrive over time
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: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-mount-volumes }}
options: --user root -v /node:/node:rw,rshared -v /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 7995fea

Please sign in to comment.