Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
build: configure git for tests
Lars Wirzenius committed 1 year ago
commit d86d3a64d722231e8db0463ef800de0c02135bfb
parent 8312c47
1 file changed +4 -0
modified .radicle/ambient.yaml
@@ -2,4 +2,8 @@ pre_plan:
  - action: cargo_fetch
plan:
  - action: cargo_clippy
+
  - action: shell
+
    shell: |
+
      git config --global user.email "test@example.com"
+
      git config --global user.name "Testy McTestface"
  - action: cargo_test