From fb6a7be3abee2657ba291faedfef7650d6c1b9b7 Mon Sep 17 00:00:00 2001 From: Robert Baillie Date: Mon, 28 Feb 2022 11:35:08 +0000 Subject: [PATCH] Removed codecoverage from the apex test runs (buggy) --- .github/workflows/create-org-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-org-and-deploy.yaml b/.github/workflows/create-org-and-deploy.yaml index cc576581928..36353591e48 100644 --- a/.github/workflows/create-org-and-deploy.yaml +++ b/.github/workflows/create-org-and-deploy.yaml @@ -68,7 +68,7 @@ jobs: # Run Apex Unit Tests - name: Run Apex Unit Tests - run: sfdx force:apex:test:run -r human -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}" --codecoverage --wait 20 | grep -v ' Pass '; test ${PIPESTATUS[0]} -eq 0 + run: sfdx force:apex:test:run -r human -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}" --wait 20 | grep -v ' Pass '; test ${PIPESTATUS[0]} -eq 0 # Prepare Jest Modules