Skip to content

Commit

Permalink
.github/workflows/main.yml: "Run tests" to "Run Drupal PHPUnit tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed Aug 22, 2023
1 parent 4fe111e commit 5f5c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
- name: Run PHP development web server for functional tests
run: "cd web && php -S 127.0.0.1:8080 .ht.router.php &"

- name: Run tests
- name: Run Drupal PHPUnit tests
run: php web/core/scripts/run-tests.sh --sqlite ../test.sqlite --dburl mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/db --suppress-deprecations --color --url http://127.0.0.1:8080 --verbose omnipedia

0 comments on commit 5f5c110

Please sign in to comment.