Skip to content

Commit

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

0 comments on commit d465e1c

Please sign in to comment.