diff --git a/.github/workflows/drs_ci.yml b/.github/workflows/drs_ci.yml index 2282ac8..bb99900 100644 --- a/.github/workflows/drs_ci.yml +++ b/.github/workflows/drs_ci.yml @@ -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