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