Finished Search/Replace test

This commit is contained in:
Veronica K. B. Olsen
2020-09-21 22:25:22 +02:00
parent 24e336cd77
commit 7a9124ca58
2 changed files with 36 additions and 10 deletions
+1 -4
View File
@@ -32,10 +32,7 @@ jobs:
pip install pytest-qt
pip install codecov
- name: Run Tests
run: |
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
xvfb-run pytest -v --cov=nw --timeout=60
run: xvfb-run pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1