Skip to content

Commit

Permalink
Update feature-test-unlocked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Sep 8, 2023
1 parent c30a4aa commit aa2316b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/feature-test-unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit aa2316b

Please sign in to comment.