Skip to content

Commit

Permalink
Remove grep, see if the build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Dec 1, 2021
1 parent d466b70 commit 0e921fe
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 All Unit Tests

- name: Run All Unit Tests
run: sfdx force:apex:test:run -r human -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}" --wait 20 | grep -v ' Pass '
run: sfdx force:apex:test:run -r human -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}" --wait 20

# Delete Scratch Org

Expand Down

0 comments on commit 0e921fe

Please sign in to comment.