Skip to content

Commit

Permalink
Don't delete build scratch orgs and add to github environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 31, 2023
1 parent 4aa3651 commit c239e06
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/feature-test-unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,13 @@ jobs:
GITHUB_TOKEN: '${{ secrets.github-token }}'
run: cci task run run_tests
shell: bash
- name: Delete Scratch Org
- name: Save Scratch Org
if: ${{ always() }}
run: |
cci org scratch_delete feature
cci org github_export ${{ github.sha }}_feature feature
shell: bash
#- name: Delete Scratch Org
# if: ${{ always() }}
# run: |
# cci org scratch_delete feature
# shell: bash

0 comments on commit c239e06

Please sign in to comment.