mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 11:26:16 -04:00
Only try building after tests pass
This commit is contained in:
parent
ed04214ae6
commit
499923f4af
1 changed files with 1 additions and 3 deletions
|
@ -5,12 +5,10 @@ orbs:
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test:
|
test_and_build:
|
||||||
jobs:
|
jobs:
|
||||||
- test-cli
|
- test-cli
|
||||||
- test-gui
|
- test-gui
|
||||||
build:
|
|
||||||
jobs:
|
|
||||||
- build-win32:
|
- build-win32:
|
||||||
requires:
|
requires:
|
||||||
- test-cli
|
- test-cli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue