Skip to content

Commit

Permalink
Re-enable org preparation and apex test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 14, 2024
1 parent da96b82 commit 73f1b48
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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: prepare_org
# 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,11 +105,11 @@ jobs:
shell: bash

# - name: Run Feature Test
# id: 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 73f1b48

Please sign in to comment.