diff --git a/.github/workflows/perfScaleNut.yml b/.github/workflows/perfScaleNut.yml index 7ac0b31f6f..2a088c518d 100644 --- a/.github/workflows/perfScaleNut.yml +++ b/.github/workflows/perfScaleNut.yml @@ -13,16 +13,23 @@ jobs: perf-scale-nuts: strategy: matrix: - os: [ubuntu-latest, windows-latest] + # os: [ubuntu-latest, windows-latest] + os: [windows-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: + node-version: lts/* cache: yarn - - run: npm install -g @salesforce/cli --omit=dev - - run: yarn install + - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + name: add CLI as global dependency + with: + max_attempts: ${{ inputs.retries }} + command: npm install @salesforce/cli@nightly -g + timeout_minutes: 60 + - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main - run: yarn test:nuts:scale # Run `github-action-benchmark` action diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b8a51d035..3f2dcb5007 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ name: tests on: - push: - branches-ignore: [main] + # push: + # branches-ignore: [main] workflow_dispatch: jobs: