mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 09:04:26 -04:00
Set env variable a different way
This commit is contained in:
parent
74172a0151
commit
8128832450
1 changed files with 1 additions and 3 deletions
|
@ -55,8 +55,6 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Run tests
|
||||
environment:
|
||||
QT_DEBUG_PLUGINS: 1
|
||||
command: |
|
||||
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…
Add table
Add a link
Reference in a new issue