Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
build: try to fix Ambient plan so tests pass
Lars Wirzenius committed 1 year ago
commit b58d16747aab6cfff2cc27c3084a094458bdd9d0
parent d86d3a6
1 file changed +2 -1
modified .radicle/ambient.yaml
@@ -1,9 +1,10 @@
pre_plan:
  - action: cargo_fetch
plan:
-
  - action: cargo_clippy
+
#  - action: cargo_clippy
  - action: shell
    shell: |
+
      export HOME="$(pwd)"
      git config --global user.email "test@example.com"
      git config --global user.name "Testy McTestface"
  - action: cargo_test