Skip to content

Commit

Permalink
Removed codecoverage from the apex test runs (buggy)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Feb 28, 2022
1 parent 38da713 commit fb6a7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-org-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb6a7be

Please sign in to comment.