Skip to content

Commit

Permalink
Removed wait timer
Browse files Browse the repository at this point in the history
- Removed wait timer as permset groups are now incompatible using force:package:version:create code coverage checks
  • Loading branch information
johnforeland committed Oct 21, 2020
1 parent f1bbf89 commit 743e0fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/push_create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 743e0fd

Please sign in to comment.