Skip to content

Commit

Permalink
Comment out org setup and test steps to focus on testing snapshot logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 14, 2024
1 parent 57157e5 commit da96b82
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/feature-test-2gp-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
-f context='Build Feature Test Package'
shell: bash

- name: Prepare Feature Test Org
id: feature_test
run: |
cci flow run ci_feature_2gp_pre_snapshot
continue-on-error: true
# - name: Prepare Feature Test Org
# id: prepare_org
# run: |
# cci flow run ci_feature_2gp_pre_snapshot
# continue-on-error: true

- name: Start Snapshot Creation
if: inputs.create_snapshot == true
Expand All @@ -105,10 +105,11 @@ jobs:
shell: bash

- name: Run Feature Test
run: |
cci flow run ci_feature_2gp_post_snapshot
continue-on-error: true
# - name: Run Feature Test
# id: feature_test
# run: |
# cci flow run ci_feature_2gp_post_snapshot
# continue-on-error: true

- name: Finalize Snapshot Creation
if: steps.start_snapshot_creation.outputs.snapshot_id
Expand Down

0 comments on commit da96b82

Please sign in to comment.