mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
Only make builds if GUI tests pass too
This commit is contained in:
parent
5e600e5f2d
commit
f572623528
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@ workflows:
|
|||
- build-win64:
|
||||
requires:
|
||||
- test-cli
|
||||
# - test-gui
|
||||
- test-gui
|
||||
- build-win32:
|
||||
requires:
|
||||
- test-cli
|
||||
# - test-gui
|
||||
- test-gui
|
||||
- build-macos:
|
||||
requires:
|
||||
- test-cli
|
||||
# - test-gui
|
||||
- test-gui
|
||||
|
||||
jobs:
|
||||
test-cli:
|
||||
|
|
Loading…
Reference in a new issue