Skip to content

Commit c1e5c03

Browse files
committed
#260 - windows vs. linux, jeez
1 parent 98457a6 commit c1e5c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.and.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
sfdx-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
2424
- run: sfdx force:config:set defaultdevhubusername=SFDX-ENV -g #Even though the setup-sfdx action uses --setdefaultdevhubusername, it doesn't seem to stick since it uses --setdefaultusername so we brute force it here
25-
- run: sfdx force:org:create -f config\project-scratch-def.json --setdefaultusername -d 1
25+
- run: sfdx force:org:create -f config/project-scratch-def.json --setdefaultusername -d 1
2626
- run: sfdx force:source:push
2727
- run: sfdx force:apex:test:run -w 5
2828
- name: Destroy scratch org

0 commit comments

Comments
 (0)