rename runner.name to runner.env_type
This commit is contained in:
parent
e415b8a16a
commit
a6c7a18e7b
7 changed files with 10 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ def condition_always_false(dotenv_config: dict[str, str]) -> bool:
|
|||
|
||||
|
||||
class RunnerNextcloud(Runner):
|
||||
name: str = "nextcloud"
|
||||
env_type = "nextcloud"
|
||||
dependencies = ["authentik"]
|
||||
setups = [Test(test_file="setup_nextcloud.py", prevent_skip=False)]
|
||||
tests = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue