Skip to content

Commit

Permalink
UHF-3861: Revert back to platform phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Mar 4, 2022
1 parent c6dd50e commit 21ba756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cd $DRUPAL_ROOT
vendor/bin/drush runserver $SIMPLETEST_BASE_URL > /dev/null 2>&1 &
chromedriver --port=4444 > /dev/null 2>&1 &
vendor/bin/phpunit --bootstrap $DRUPAL_ROOT/public/core/tests/bootstrap.php -c public/modules/contrib/${{ secrets.MODULE_NAME }}/phpunit.xml
vendor/bin/phpunit --fail-on-skipped -c $DRUPAL_ROOT/phpunit.platform.xml --verbose --group ${{ secrets.MODULE_NAME }}
- name: Create an artifact from test report
uses: actions/upload-artifact@v2
Expand Down
47 changes: 0 additions & 47 deletions phpunit.xml

This file was deleted.

0 comments on commit 21ba756

Please sign in to comment.