From: Jérémie Astor Date: Sun, 22 Dec 2019 00:38:11 +0000 (+0100) Subject: :wrench: Try to fix windows test, again X-Git-Tag: nightly~1977 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f34b0716a0846842aae48ddd18483df2b4b5674d;p=gwion.git :wrench: Try to fix windows test, again --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ce530f7e..4bf11fe9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,9 +32,5 @@ jobs: echo "export SEVERITY=3" >> ~/.bashenv - name: test run: | - ls ${{ runner.temp }} - echo $SHELL - echo $GWION_TEST_DIR - bash scripts/test.sh tests/match -# make separator='\' VALGRIND=NO_VALGRIND SEVERITY=3 GWION_TEST_DIR=${{ runner.temp }} CC=$(which gcc) test - + source ~/.bashenv + make test