GitHub workflow for testing.#126
Closed
rpgoldman wants to merge 7 commits intologic-and-learning-lab:mainfrom
Closed
GitHub workflow for testing.#126rpgoldman wants to merge 7 commits intologic-and-learning-lab:mainfrom
rpgoldman wants to merge 7 commits intologic-and-learning-lab:mainfrom
Conversation
Fix branch name. Was "master"; should have been "main".
Override protections against using pip to install system-wide packages.
Need to set POPPER_DIR and POPPER_PYTHON.
Don't skip them if the test fails.
Because I used "tee" and "tee" sets the exit status to 0 if the tee works, tee was swallowing prt test failures. Removing the use of "tee" from the `run-prt-tests` step.
Contributor
Author
|
This should be ready to go if you like. If you want to see how it works, look at my fork, where the tests have been running and you can see the results of the GitHub actions. This branch has a lot of fussy commits, of no general interest, because of the way one has to debug GitHub Actions by committing to get them to run, so if you like this MR, I would suggest squash-merging it. |
Contributor
Author
|
I am closing this -- #133 supersedes it. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub actions workflow for regression testing against the set of Popper examples, using SIFT's PRT regression testing library (through Docker).