-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish automated test result saving to github action artifacts (#593)
* Move test-assets folder to /var/aegir/test-assets inside the containers. [ch-17] * Fix last page output printing * Create the test-assets folder in the robo prepare:source command. * Catch and report problems with the test assets path: does not exist, or is not writable. * Only write output to an alternate directory if there is a path string. * Rename test-assets directory to test-artifacts. * Revert accidentally committed line. * Default DEVSHOP_TESTS_ASSETS_PATH to blank and the http-accessible path will be used. CI will override when needed. * Include the docker-compose.tests.yml file so that the test artifacts folder is there, and add the env var to that docker-compose file. * Typo! :( * Remove unneeded test.yml github workflow file * Create the test-artifacts folder before running robo test. * Use mkdir -p to ensure command passes if dir already exists. * Make each output html file different so multiple tests can save their own file. * Wrong path on test volumes for test assets. * Make test-artifacts 777 for full writability, at least for now. * Save docker logs separately from test errors to create two artifacts.
- Loading branch information
Showing
10 changed files
with
77 additions
and
115 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters