Skip to content

Commit

Permalink
ACMS-3281: Run phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Nov 20, 2023
1 parent 38495a5 commit ee21451
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,21 @@ jobs:
coverage: xdebug
- name: Download ORCA
run: composer create-project --no-dev --ignore-platform-req=php acquia/orca ../orca "$ORCA_VERSION" -n
- name: Before Install
run: ../orca/bin/ci/before_install.sh
- name: Install
run: ../orca/bin/ci/install.sh
- name: Before script
run: ../orca/bin/ci/before_script.sh
- name: Script
run: ../orca/bin/ci/script.sh
# - name: Run PHPUnit Tests.
# run: |
# cd /home/runner/work/drupal-recommended-settings/drupal-recommended-settings
# composer install
# ls -la
# ./vendor/bin/phpunit tests
# cd -
- name: After script
run: |
../orca/bin/ci/after_success.sh
Expand Down

0 comments on commit ee21451

Please sign in to comment.