diff --git a/.github/workflows/perfScaleNut.yml b/.github/workflows/perfScaleNut.yml index d93019b6c0..738704a628 100644 --- a/.github/workflows/perfScaleNut.yml +++ b/.github/workflows/perfScaleNut.yml @@ -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