]> Nishi Git Mirror - gwion.git/commitdiff
:art: pPdate
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 9 Dec 2019 11:18:41 +0000 (12:18 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 9 Dec 2019 11:18:41 +0000 (12:18 +0100)
.github/workflows/windows.yml

index 7a67e3bea040b93a84a8376c7e5056c2a7ed9a6f..f171dd717420633df5b37df0d7cdd2f4363865a0 100644 (file)
@@ -25,8 +25,8 @@ 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 VALGRIND=NO_VALGRIND" > ~/.bashrc
-           echo "export SEVERITY=3" > ~/.bashrc
+           echo "export VALGRIND=NO_VALGRIND" >> ~/.bashrc
+           echo "export SEVERITY=3" >> ~/.bashrc
     - name: test
       run: |
            ls ${{ runner.temp }}