about summary refs log tree commit diff
path: root/.guix/e2e-tests.scm
AgeCommit message (Collapse)Author
33 hourse2e-tests: Add example Hello World workflow from the documentation.Arun Isaac
We want to ensure that the Hello World workflow in our README docs always works!
33 hoursguix: Copy CWL files in E2E tests.Arun Isaac
So far, we only supported ccwl sources to be compiled in E2E tests. Now, we also support CWL files that must simply be copied.
2 daysguix: Use latest ccwl in E2E tests.Arun Isaac
5 daysguix: Do not require listing E2E test files.Arun Isaac
It is not worth the trouble listing each E2E test file individually and compling them in separate derivations.
2025-11-16e2e-tests: Add tests based off of examples in the ccwl manual.Arun Isaac
2025-08-26guix: Add e2e-tests.scm.Arun Isaac
This should have been added in 5e6596ac7decbe88c03314e543efe1922edce13f, but was forgotten!