]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Use gwion.exe [no quotes] (windows)
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 10 Jan 2020 13:06:28 +0000 (14:06 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 10 Jan 2020 13:06:28 +0000 (14:06 +0100)
.github/workflows/windows.yml

index ac8700557f5931a1238074dd989a249854ca7561..70a22f655e70d395ff8766873a9f1b10263a0c7c 100644 (file)
@@ -37,5 +37,4 @@ jobs:
       run: |
            mkdir tmp
            $env:GWION_TEST_DIR="."
-           bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe make test"
-           ls
+           bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test"