Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
refactor: use _create_ci
Lars Wirzenius committed 2 years ago
commit 2d370a4191f2c26123dc93d908a216c0c76ca537
parent 161a3635b4813e009bddafa9db13b3d48d1b70a2
1 file changed +1 -1
modified test-suite
@@ -106,7 +106,7 @@ class Suite:
        self._create_valid_native_yaml(git, "echo hello world")
        rid, commit = self._get_repo_info(git)
        trigger = Trigger(rid, commit)
-
        ci = NativeCI(self.rad, self.config)
+
        ci = self._create_ci()
        ci.without_config()
        exit, resps, stderr = ci.run(trigger)
        debug(f"exit: {exit}")