making test depend on cloudsdk upgrade

This commit is contained in:
Gleb Boushev
2020-12-08 12:06:54 +03:00
parent 0c012db9c3
commit 03e2a4eed4

View File

@@ -73,7 +73,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: build
needs: [ build, cloudsdk ]
steps:
- name: run tests
run: |