made test stage required for build

Signed-off-by: Rahul Somasundaram <ssrahul96@gmail.com>
pull/10238/head
Rahul Somasundaram 4 years ago
parent 58689d9053
commit 6d92be2beb
No known key found for this signature in database
GPG Key ID: 466FF35FC278207A

@ -89,6 +89,8 @@ workflows:
jobs: jobs:
- test - test
- build: - build:
requires:
- test
filters: filters:
branches: branches:
only: only:

Loading…
Cancel
Save