From 2a74d8e762372806fe88c76d3c22f6e10cacf634 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Thu, 22 Feb 2024 19:26:47 -0700 Subject: [PATCH] ci: add plugin-settings to external nuts --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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