From 743e0fdfb1a1b61ebb595da88cefb5d70b91d02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Arne=20F=C3=B8reland?= Date: Wed, 21 Oct 2020 17:14:55 +0200 Subject: [PATCH] Removed wait timer - Removed wait timer as permset groups are now incompatible using force:package:version:create code coverage checks --- .github/workflows/push_create-package.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/push_create-package.yml b/.github/workflows/push_create-package.yml index 6ce5c16..6bca90e 100644 --- a/.github/workflows/push_create-package.yml +++ b/.github/workflows/push_create-package.yml @@ -44,7 +44,6 @@ jobs: rm -f ./INTEGRATION_SANDBOX_SFDX_URL.txt # Create package version - # TODO throw error on below 75% code coverage - name: "Create package version" id: package-version-create run: | @@ -274,13 +273,6 @@ jobs: - name: "Push source to scratch org" run: "sfdx force:source:push" - # Sleep for 1 minute while permset groups are updating - # TODO replace with soql checker - - name: Sleep for 1 minute while permset groups are updating - uses: jakejarvis/wait-action@master - with: - time: "1m" - # Get all test classes from current repo - name: Get all test classes from currentrepo id: test-classes-in-repo