Skip to content

Commit

Permalink
ci: no preswap commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 21, 2023
1 parent b291536 commit 67927d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
TESTKIT_JWT_KEY: ${{ secrets.TESTKIT_JWT_KEY }}
TESTKIT_HUB_INSTANCE: ${{ secrets.TESTKIT_HUB_INSTANCE }}
oclif-nuts:
needs: linux-unit-tests
# needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
strategy:
fail-fast: false
Expand All @@ -137,5 +137,4 @@ jobs:
command: "yarn test:integration"
os: ${{ matrix.os }}
useCache: false
preSwapCommands: "npx yarn-deduplicate; yarn install"
ignoreScripts: true

0 comments on commit 67927d7

Please sign in to comment.