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 91d0b83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/drs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ 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
ls
./vendor/bin/phpunit tests
cd -
- name: After script
run: |
../orca/bin/ci/after_success.sh
Expand Down

0 comments on commit 91d0b83

Please sign in to comment.