mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-11 20:29:15 -05:00
Set env variable a different way
This commit is contained in:
parent
74172a0151
commit
8128832450
@ -55,8 +55,6 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
environment:
|
|
||||||
QT_DEBUG_PLUGINS: 1
|
|
||||||
command: |
|
command: |
|
||||||
cd ~/repo/desktop
|
cd ~/repo/desktop
|
||||||
xvfb-run poetry run pytest -v ./tests/test_gui_*.py
|
QT_DEBUG_PLUGINS=1 xvfb-run poetry run pytest -v ./tests/test_gui_*.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user