ci: make deploy job dependent on cli, console test jobs

https://github.com/hasura/graphql-engine-mono/pull/1663

GitOrigin-RevId: 6731c33adcbfff9ba972fca226d9f3245496233c
This commit is contained in:
Divi 2021-06-25 19:36:10 +05:30 committed by hasura-bot
parent 6dc555f9eb
commit bcb5baf63b

View File

@ -820,7 +820,8 @@ workflows:
- deploy:
<<: *filter_only_vtags_channel_branches
requires:
- build_image
- console_unit_tests
- test_console
- test_cli
- test_and_build_cli_migrations
- all_server_tests_pass