From: Jérémie Astor Date: Mon, 23 Dec 2019 10:49:38 +0000 (+0100) Subject: :wrench: Try to fix windows test, again and again X-Git-Tag: nightly~1975 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5c16003b407a4f0e16f5b0b66dc4ddc7fc65acf3;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 5ba1cbc5..3870b0b2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,5 +32,5 @@ jobs: echo "export SEVERITY=3" >> ~/.bashenv - name: test run: | - . ~/.bashenv + $env:GWION_TEST_DIR="${{ runner.temp }}" make test