]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Try to fix windows test
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 22 Dec 2019 00:34:28 +0000 (01:34 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 22 Dec 2019 00:34:28 +0000 (01:34 +0100)
.github/workflows/windows.yml

index f171dd717420633df5b37df0d7cdd2f4363865a0..ce530f7ee53ab82ccaca7a8cf29498569c8a3d4d 100644 (file)
@@ -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 }}