diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec353c7b1..2600df973 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} @@ -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: @@ -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