summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-24 18:03:40 +0000
committerArun Isaac2025-11-24 18:03:40 +0000
commit1dddff2efb6f09a89050ea2c9f562e35f2768d60 (patch)
tree16af5225cd4d67104c229234002391ddc718d6eb
parent8f632b06d9ff358cfdb08300ff75dfd2acea5092 (diff)
downloadravanan-1dddff2efb6f09a89050ea2c9f562e35f2768d60.tar.gz
ravanan-1dddff2efb6f09a89050ea2c9f562e35f2768d60.tar.lz
ravanan-1dddff2efb6f09a89050ea2c9f562e35f2768d60.zip
README: Add end-to-end tests CI badge.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 527a345..a5de032 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![ravanan CI badge](https://ci.systemreboot.net/badge/ravanan.svg)](https://ci.systemreboot.net/jobs/ravanan) [![CWL v1.2 Conformance](https://ci.systemreboot.net/archive/ravanan-cwl-v1.2-conformance/latest/required.svg)](#cwl-v1.2-conformance)
+[![ravanan CI badge](https://ci.systemreboot.net/badge/ravanan.svg)](https://ci.systemreboot.net/jobs/ravanan) [![ravanan-end-to-end-tests CI badge](https://ci.systemreboot.net/badge/ravanan-end-to-end-tests.svg)](https://ci.systemreboot.net/jobs/ravanan-end-to-end-tests) [![CWL v1.2 Conformance](https://ci.systemreboot.net/archive/ravanan-cwl-v1.2-conformance/latest/required.svg)](#cwl-v1.2-conformance)
 
 ravanan (pronounced rah-vun-un, IPA: rɑːvʌnʌn, Shavian: 𐑮𐑭𐑝𐑳𐑯𐑳𐑯) is a [Common Workflow Language (CWL)](https://www.commonwl.org/) implementation that is powered by [GNU Guix](https://guix.gnu.org/) and provides strong reproducibility guarantees. ravanan provides strong bullet-proof caching ([work reuse](https://www.commonwl.org/v1.2/CommandLineTool.html#WorkReuse)) so you never run the same step of your workflow twice, nor do you have to keep track of which steps were run and with what parameters: ravanan remembers everything for you. ravanan captures logs from every step of your workflow so you can always trace back in case of job failures.