Skip to content

Commit

Permalink
ACMS-000: Try.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Mar 26, 2024
1 parent 1877175 commit f529f2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
ORCA_JOB: ${{ matrix.orca-job }}
CI: TRUE
ORCA_TEST_BOOTSTRAP_FILE: ${{ github.workspace }}/tests/src/bootstrap.php

steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand All @@ -85,6 +85,12 @@ jobs:
- name: Before Script
run: ../orca/bin/ci/before_script.sh
- name: Script
if: ${{ env.ORCA_JOB == 'ISOLATED_TEST_ON_CURRENT' }}
run: ../orca/bin/ci/script.sh
env:
ORCA_TEST_BOOTSTRAP_FILE: ${{ github.workspace }}/tests/src/bootstrap.php
- name: Script
if: ${{ env.ORCA_JOB != 'ISOLATED_TEST_ON_CURRENT' }}
run: ../orca/bin/ci/script.sh
- name: After script
run: |
Expand Down

0 comments on commit f529f2b

Please sign in to comment.