Skip to content

Commit

Permalink
chore: dont setup up if running in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 12, 2024
1 parent 7296205 commit 6f6d501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
if: matrix.docker != true

- if: runner.os == 'Windows'
run: echo "ONLY_DOWNLOAD_PACT_FOR_WINDOWS=true" >> $GITHUB_ENV
Expand All @@ -201,7 +202,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
- run: ./script/ci/download-standalone-and-test.sh
if: runner.os == 'Linux' && matrix.docker != true
if: matrix.docker != true

# Linux aarch64 tests are skipped as QEMU fails when executing the ruby binaries
# Related comment: https://github.com/phusion/passenger/issues/2288#issuecomment-1387625121
Expand Down

0 comments on commit 6f6d501

Please sign in to comment.