From 5bb2b4b88724789679c453a34978d814e77efa04 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 29 Sep 2023 12:48:41 -0500 Subject: [PATCH] ci: retries, no eda --- .github/workflows/perfScaleNut.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/perfScaleNut.yml b/.github/workflows/perfScaleNut.yml index 2a088c518d..9d540a9a16 100644 --- a/.github/workflows/perfScaleNut.yml +++ b/.github/workflows/perfScaleNut.yml @@ -26,7 +26,6 @@ jobs: - 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 diff --git a/package.json b/package.json index b715cfb62b..5e62616c11 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "repl": "node --inspect ./scripts/repl.js", "test": "wireit", "test:nuts": "mocha \"test/nuts/local/**/*.nut.ts\" --timeout 500000", - "test:nuts:scale": "mocha \"test/nuts/scale/eda.nut.ts\" --timeout 500000; mocha \"test/nuts/scale/lotsOfClasses.nut.ts\" --timeout 500000; mocha \"test/nuts/scale/lotsOfClassesOneDir.nut.ts\" --timeout 500000", + "test:nuts:scale": "mocha \"test/nuts/scale/lotsOfClasses.nut.ts\" --timeout 500000; mocha \"test/nuts/scale/lotsOfClassesOneDir.nut.ts\" --timeout 500000", "test:nuts:suggest": "mocha \"test/nuts/suggestType/suggestType.nut.ts\" --timeout 10000", "test:only": "wireit", "test:registry": "mocha ./test/registry/registryCompleteness.test.ts --timeout 50000",