Skip to content

Commit

Permalink
Fiddle with Volta
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Jul 14, 2024
1 parent 8e7f855 commit 073009e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,10 @@ jobs:
image: ${{ matrix.testing_target.container_to_use }}
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }}
run: |
curl https://get.volta.sh -o install_volta.sh
chmod +x install_volta.sh
./install_volta.sh
curl https://get.volta.sh | bash -s
export VOLTA_HOME=$HOME/.volta
export PATH=$HOME/.volta:$PATH
export PATH=$VOLTA_HOME/bin:$PATH
volta install node@12
./${{ 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 073009e

Please sign in to comment.