From aa2316b68cc87ecffbfdd8543d15c0273670b59d Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Fri, 8 Sep 2023 17:44:19 -0500 Subject: [PATCH] Update feature-test-unlocked.yml --- .github/workflows/feature-test-unlocked.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/feature-test-unlocked.yml b/.github/workflows/feature-test-unlocked.yml index b8eb706..02b3ee8 100644 --- a/.github/workflows/feature-test-unlocked.yml +++ b/.github/workflows/feature-test-unlocked.yml @@ -64,12 +64,21 @@ jobs: -f description="version_id: $VERSION" \ -f context='Build Unlocked Test Package' shell: bash - - name: Run Feature Test + - name: Install Unlocked Package env: GITHUB_TOKEN: '${{ secrets.github-token }}' - run: cci flow run install_unlocked_commit && \ - cci flow run config_apextests && \ - cci task run run_tests + run: cci flow run install_unlocked_commit + shell: bash + - name: Configure for Apex Tests + env: + GITHUB_TOKEN: '${{ secrets.github-token }}' + run: cci flow run config_apextests + shell: bash + - name: Run Tests + env: + GITHUB_TOKEN: '${{ secrets.github-token }}' + run: cci task run run_tests + shell: bash - name: Delete Scratch Org if: ${{ always() }} run: |