Skip to content

Commit

Permalink
Merge pull request #24 from shliachtx/github-actions
Browse files Browse the repository at this point in the history
GitHub actions
  • Loading branch information
shliachtx authored Feb 3, 2020
2 parents 1d0bf5d + e9114b5 commit 08ce65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Push source
run: |
sfdx force:source:push \
--targetusername=scratch-org
--targetusername=scratch-org \
--forceoverwrite
- name: Run Apex tests
run: |
Expand All @@ -73,6 +73,7 @@ jobs:
--resultformat=human \
--outputdir=coverage
- name: Delete scratch org
if: always()
run: |
sfdx force:org:delete \
--targetusername=scratch-org \
Expand Down

0 comments on commit 08ce65f

Please sign in to comment.