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