Skip to content

Commit

Permalink
ci: try windows perf-scale nuts differences
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 29, 2023
1 parent 03f3ea2 commit fa1dc36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/perfScaleNut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

name: tests
on:
push:
branches-ignore: [main]
# push:
# branches-ignore: [main]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fa1dc36

Please sign in to comment.