From: Jérémie Astor Date: Mon, 23 Dec 2019 11:32:18 +0000 (+0100) Subject: :wrench: Try to fix windows test, again and again X-Git-Tag: nightly~1968 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8148e91612248549b3ea6150e7c78c4e9fadc960;p=gwion.git :wrench: Try to fix windows test, again and again --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cdc72baa..8c044bee 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,5 +36,6 @@ jobs: SEVERITY: 3 separator: \ run: | - $env:GWION_TEST_DIR="${{ runner.temp }}" + mkdir tmp + $env:GWION_TEST_DIR="tmp" make test