Skip to content

Commit

Permalink
Enable debug on test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 22, 2024
1 parent 5e86ae3 commit 9bb0e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/org-from-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Import Devhub For Testing
run: cci org import DevHub DevHub
- name: Test Github Environment Creation
run: cci task run github_org_to_env --environment-name DevHub --org DevHub
run: cci task run github_org_to_env --environment-name DevHub --org DevHub --debug
- name: Create Scratch Org From Snapshot
run: cci org from_snapshot --default ${{ inputs.org_name }} ${{ inputs.snapshot_name }} ${{ inputs.org_name }}${{ inputs.snapshot_name }}
- name: Save Org as GitHub Environment
Expand Down

0 comments on commit 9bb0e94

Please sign in to comment.