3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

11 commits

Author SHA1 Message Date
Symbioquine 4f88cdda92 Wait only as long as necessary for Postgres and the farmOS file copying to be done
Also add more documentation to explain what is going on with the sentinel file waiting stuff
2020-11-27 06:53:07 -05:00
Symbioquine f8c77ea694 Run phpunit without XDebug to speed up tests
**Why:** Tests take about 8 - 9 minutes with XDebug, but closer to
3 minutes without it.

**How:** Implement strategy that mstenta@ described in https://www.drupal.org/project/farm/issues/3183687
using the dev docker image to build up the /opt/drupal directory,
but the prod image to actually run it since that image doesn't have
XDebug.
2020-11-23 16:14:38 -05:00
Symbioquine 6b43b17dbc Trigger running tests on any branch starting with '2.x-' to allow for easier pre-pull-request testing 2020-11-23 16:14:38 -05:00
Michael Stenta 08b93b386d Fix deprecated set-env in GitHub actions.
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-18 22:33:42 -05:00
Michael Stenta 8ca1b22708 Run PHP CodeSniffer in run-tests.yml GitHub Action. 2020-08-19 16:31:03 -04:00
Michael Stenta 786ac6c04b The /opt/drupal/vendor/bin is now in PATH in the upstream drupal:9, so vendor/bin prefix is no longer necessary.
See https://github.com/docker-library/drupal/issues/177
2020-08-17 08:49:02 -04:00
Michael Stenta 07fed82f23 Merge farmos/farmos:2.x-base Dockerfile into farmos/farmos:2.x. 2020-08-12 12:50:15 -04:00
Michael Stenta 5713e0926f Add a note to run-tests.yml to highlight that it does not override the farmOS Composer project version. 2020-07-31 13:30:17 -04:00
Michael Stenta 23a5a2ba19 Run tests against the specific branch/commit that triggered the action. 2020-07-31 13:16:18 -04:00
Michael Stenta c00ed4b518 Change development branch from 2.0.x to 2.x. 2020-06-05 10:09:37 -04:00
Michael Stenta 67ed7613f7 Run 2.0.x PHPUnit tests on push via GitHub Actions. 2020-04-30 11:41:13 -04:00