diff options
author | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-22 15:52:57 +0200 |
---|---|---|
committer | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-22 15:52:57 +0200 |
commit | a0e1e0e62ea192569684fb0523495552438b9f97 (patch) | |
tree | ebbd0657230365cdcc88193c72b19d9f6194b87a /.github | |
parent | 742949d52eed9e79c70dc04a2082e72ff3ba757c (diff) | |
download | genpass-a0e1e0e62ea192569684fb0523495552438b9f97.tar.gz genpass-a0e1e0e62ea192569684fb0523495552438b9f97.tar.bz2 genpass-a0e1e0e62ea192569684fb0523495552438b9f97.zip |
Fixes args
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"] } |