Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 28, 2024
1 parent 35fd5f7 commit 89e7c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
mysql -u root -e 'CREATE DATABASE IF NOT EXISTS drupal8'
mysql -h 127.0.0.1 -u drupal -pdrupal -e 'CREATE DATABASE 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 89e7c86

Please sign in to comment.