Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
docs(README.md): expand on running CI actions manually
Lars Wirzenius committed 1 year ago
commit 161f4843764a8664dbd6d0f9a9dc1e16fd4613f5
parent 140794e
1 file changed +7 -1
modified README.md
@@ -113,8 +113,14 @@ cargo test
(The usual way, for a Rust program.)

Also, there is `.radicle/native.yaml` for testing this with itself in
-
Radicle CI. You may want to run those manually.
+
Radicle CI. You may want to run those manually:

+
~~~sh
+
yq -r .shell .radicle/native.yaml  | bash -e
+
~~~
+

+
(`yq` is a program like `jq`, but for YAML files. You can also
+
manually extract the `shell` field from `.radicle/native.yaml`.)

## License