From b6458fa9f94250a66fb53e2ee3de3bac19fed27d Mon Sep 17 00:00:00 2001 From: jonathanrainer Date: Sun, 14 Jul 2024 20:27:25 +0100 Subject: [PATCH] Set perms correctly --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 1974fb176..fe4e55f07 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -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: | @@ -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 == ''}}