]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix tuple printfxxx
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 12:20:12 +0000 (13:20 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 12:20:12 +0000 (13:20 +0100)
.github/workflows/windows.yml

index c268e33797ac7a2b5f581c05f5a97e1dad7c83ce..f7cf3ee431f444510aa0b3831c5f1bebd1ff3c32 100644 (file)
@@ -24,10 +24,10 @@ jobs:
       env:
         VALGRIND: NO_VALGRIND
         SEVERITY: 3
+        test_dir: ${{ runner.temp }}/tmp/test
       run: |
         echo ${{ runner.temp }}
         mkdir ${{ runner.temp }}/tmp/test
-        setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test
         setx VALGRIND NO_VALGRIND
         setx SEVERITY 3
-        make test; exit 0
+        GWION_TEST_DIR=$ENV:test_dir make test