Skip to content

Commit

Permalink
Set perms correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Jul 14, 2024
1 parent f180795 commit b6458fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
name: "Run tests inside container"
uses: addnab/docker-run-action@v3
with:
shell: bash
image: ${{ matrix.testing_target.container_to_use }}
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }}
run: |
Expand All @@ -120,7 +121,6 @@ jobs:
export PATH=$VOLTA_HOME/bin:$PATH
volta install node@14.16.0
volta install npm@8
echo "unsafe-perm=true" > ~/.npmrc
./${{ matrix.testing_target.binary_under_test }}/xtask smoke --binary-path ./${{ matrix.testing_target.binary_under_test }}/rover --federation-version "${{ matrix.composition-version }}" --router-version "${{ matrix.router-version }}"
- uses: volta-cli/action@v4
if: ${{ matrix.testing_target.container_to_use == ''}}
Expand Down

0 comments on commit b6458fa

Please sign in to comment.