Skip to content

Commit

Permalink
🔧 Try to fix windows test, again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Dec 23, 2019
1 parent 015eba9 commit 7fd88a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
echo "export SEVERITY=3" >> ~/.bashrc
echo "export SEVERITY=3" >> ~/.bashenv
- name: test
env:
VALGRIND: NO_VALGRIND
USE_MEMCHECK: 0
SEVERITY: 3
run: |
$env:GWION_TEST_DIR="${{ runner.temp }}"
$env:VALGRIND="NO_VALGRIND"
Expand Down

0 comments on commit 7fd88a0

Please sign in to comment.