From: Jérémie Astor Date: Sun, 22 Dec 2019 00:34:28 +0000 (+0100) Subject: :wrench: Try to fix windows test X-Git-Tag: nightly~1978 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=620588ef10e6ad3409079450fc13083cc008a26f;p=gwion.git :wrench: Try to fix windows test --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f171dd71..ce530f7e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,8 +25,11 @@ jobs: echo "::set-env name=test_dir::${{ runner.temp }}" echo "::set-env name=VALGRIND=NO_VALGRIND::${{ runner.temp }}" echo "export GWION_TEST_DIR=${{ runner.temp }}" > ~/.bashrc + echo "export GWION_TEST_DIR=${{ runner.temp }}" > ~/.bashenv echo "export VALGRIND=NO_VALGRIND" >> ~/.bashrc + echo "export VALGRIND=NO_VALGRIND" >> ~/.bashenv echo "export SEVERITY=3" >> ~/.bashrc + echo "export SEVERITY=3" >> ~/.bashenv - name: test run: | ls ${{ runner.temp }}