]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: check ref
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 19 Feb 2020 17:27:26 +0000 (18:27 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 19 Feb 2020 17:27:26 +0000 (18:27 +0100)
.github/workflows/coverage.yml

index 813341725f8e5f4db1e74dfa1de2b32a84077391..cabde3eca6c31d3f456fbd9e42391377b0ce8c9f 100644 (file)
@@ -87,7 +87,10 @@ jobs:
     - name: Make html mail
       uses: docker://pandoc/core:2.9
       with:
-        args: "--from gfm --to html gwion-coverage-report/README.md -o mail.html"
+        args: "--from gfm --to html -o mail.html gwion-coverage-report/README.md -o mail.html"
+
+    - name: Verify
+      run: ls
 
     - name: Send mail
       uses: dawidd6/action-send-mail@master