Skip to content

Commit

Permalink
test: try false for ignoreScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot authored and mdonnalley committed Oct 3, 2023
1 parent 778455f commit 9c2f29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- run: yarn test:esm-cjs --test=${{ matrix.test }}
nuts:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@mdonnalley/add-ignore-scripts-options
strategy:
fail-fast: false
matrix:
Expand All @@ -115,6 +115,7 @@ jobs:
useCache: false
preSwapCommands: "npx yarn-deduplicate; yarn install"
preExternalBuildCommands: "shx rm -rf node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core"
ignoreScripts: false
secrets:
TESTKIT_AUTH_URL: ${{ secrets.TESTKIT_AUTH_URL }}
TESTKIT_HUB_USERNAME: ${{ secrets.TESTKIT_HUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "3.0.0-beta.23",
"version": "3.0.0-beta.24",
"author": "Salesforce",
"bugs": "https://github.com/oclif/core/issues",
"dependencies": {
Expand Down

0 comments on commit 9c2f29c

Please sign in to comment.