From: Jérémie Astor Date: Mon, 23 Dec 2019 10:46:56 +0000 (+0100) Subject: :wrench: Try to fix windows test, again and again X-Git-Tag: nightly~1976 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=7133d8c559d3369e64bb549df482eff601638d5a;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 4bf11fe9..5ba1cbc5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,5 +32,5 @@ jobs: echo "export SEVERITY=3" >> ~/.bashenv - name: test run: | - source ~/.bashenv + . ~/.bashenv make test