Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
fix line break issues
  • Loading branch information
shliachtx authored Feb 3, 2020
1 parent 1a70331 commit 1d0bf5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ jobs:
run: |
sfdx force:org:create \
--definitionfile=config/project-scratch-def.json \
--setdefaultusername
--setdefaultusername \
--setalias=scratch-org
- name: Push source
run: |
sfdx force:source:push \
--targetusername=scratch-org
--forceoverwrite \
--forceoverwrite
- name: Run Apex tests
run: |
sfdx force:apex:test:run \
--targetusername=scratch-org \
--codecoverage \
--synchronous \
--resultformat=human \
--outputdir=coverage \
--outputdir=coverage
- name: Delete scratch org
run: |
sfdx force:org:delete \
Expand All @@ -81,4 +81,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} #required
name: apex
name: apex

0 comments on commit 1d0bf5d

Please sign in to comment.