diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/main.workflow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/main.workflow b/.github/main.workflow index 7d21b0c..81c7f82 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -10,7 +10,7 @@ action "Test" { action "Coverage" { uses = "./.github/action" - args = "lein cloverage --junit" + args = "cloverage --junit" needs = ["Test"] } |