Skip to content

Commit

Permalink
Fix up cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Jul 15, 2024
1 parent 189dce4 commit b83f17f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,10 @@ jobs:
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }}
run: |
yum install npm -y
adduser test
su test
curl https://get.volta.sh | bash -s
export VOLTA_HOME=$HOME/.volta
export PATH=$VOLTA_HOME/bin:$PATH
export npm_config_cache=$(mktemp -d)
./${{ 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 b83f17f

Please sign in to comment.