Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 29, 2024
1 parent c0bbc64 commit c430066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
mysql -h 127.0.0.1 -u drupal -pdrupal -e 'CREATE DATABASE IF NOT EXISTS drupal'
composer global require su-sws/stanford-caravan:10.x-dev
~/.config/composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --with-coverage
- name: Save Test Results
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
mysql -h localhost -P 3306 -u drupal -pdrupal -e 'CREATE DATABASE drupal'
mysql -h 127.0.0.1 -P 3306 -u drupal -pdrupal -e 'CREATE DATABASE IF NOT EXISTS drupal'
composer global require su-sws/stanford-caravan:11.x-dev
~/.config/composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --with-coverage
- name: Save Test Results
Expand Down

0 comments on commit c430066

Please sign in to comment.