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 252fbbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 @@ -86,6 +86,8 @@ jobs:
run: ../orca/bin/ci/before_script.sh
- name: Script
run: ../orca/bin/ci/script.sh
env:
ORCA_TEST_BOOTSTRAP_FILE: ${{ matrix.orca-job == "ISOLATED_TEST_ON_CURRENT" && "${{ github.workspace }}/tests/src/bootstrap.php" || "" }}
- name: After script
run: |
../orca/bin/ci/after_success.sh
Expand Down

0 comments on commit 252fbbc

Please sign in to comment.