Skip to content

Commit

Permalink
ci: 3 separate run steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 29, 2023
1 parent 8a91199 commit 5686ba1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/perfScaleNut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
command: npm install @salesforce/cli@nightly -g
timeout_minutes: 60
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- run: yarn test:nuts:scale
env:
SF_LOG_LEVEL: fatal
- run: |
yarn mocha \"test/nuts/scale/eda.nut.ts\ --timeout 500000
yarn mocha \"test/nuts/scale/lotsOfClasses.nut.ts\ --timeout 500000
yarn mocha \"test/nuts/scale/lotsOfClassesOneDir.nut.ts\ --timeout 500000
# Run `github-action-benchmark` action
- name: Store benchmark result
Expand Down

0 comments on commit 5686ba1

Please sign in to comment.