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 68c3776
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
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 68c3776

Please sign in to comment.