Skip to content

Commit

Permalink
ci: add plugin-settings to external nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 23, 2024
1 parent a96e567 commit 2a74d8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
- https://github.com/salesforcecli/plugin-org
- https://github.com/salesforcecli/plugin-schema
- https://github.com/salesforcecli/plugin-user
- https://github.com/salesforcecli/plugin-settings
with:
packageName: '@oclif/core'
externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}
Expand Down Expand Up @@ -153,7 +154,7 @@ jobs:
with:
repo: oclif/plugin-plugins
os: ${{ matrix.os }}
command: 'yarn test:integration'
command: yarn test:integration --retries 3
# plugin-plugins integration tests depend on sf being installed globally
other-setup: npm install -g @salesforce/cli@nightly
plugin-update-integration:
Expand All @@ -166,4 +167,4 @@ jobs:
with:
repo: oclif/plugin-update
os: ${{ matrix.os }}
command: 'yarn test:integration:sf'
command: yarn test:integration:sf --retries 3

0 comments on commit 2a74d8e

Please sign in to comment.