Skip to content

Commit

Permalink
give full path everywhere
Browse files Browse the repository at this point in the history
Seems like this is only needed for 9.5
  • Loading branch information
demeritcowboy committed Apr 29, 2024
1 parent 361cd77 commit f01fc61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
mkdir $BROWSERTEST_OUTPUT_DIRECTORY
cd ~/drupal/web/sites/default/files/civicrm/ext/thingtotest
# The xml config file should have a bootstrap attribute pointing to a proper bootstrap file, which needs to be similar to drupal's test bootstrap file.
~/drupal/vendor/bin/phpunit -c ~/drupal/web/sites/default/files/civicrm/ext/thingtotest/phpunit.mink.xml.dist tests/phpunit/Mink
# The full path is needed for the config file to make this work in drupal 10.2. It shouldn't be needed for the last argument, but seems to be needed in drupal 9.5.
~/drupal/vendor/bin/phpunit -c ~/drupal/web/sites/default/files/civicrm/ext/thingtotest/phpunit.mink.xml.dist ~/drupal/web/sites/default/files/civicrm/ext/thingtotest/tests/phpunit/Mink
env:
SYMFONY_DEPRECATIONS_HELPER: 999999
DEV_EXTENSION_DIR: /home/runner/drupal/web/sites/default/files/civicrm/ext
Expand Down

0 comments on commit f01fc61

Please sign in to comment.