We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6d471 commit caeaa4dCopy full SHA for caeaa4d
.circleci/config.yml
@@ -42,4 +42,6 @@ workflows:
42
build-and-deploy:
43
jobs:
44
- build
45
- - test
+ - test:
46
+ requires:
47
+ - build
0 commit comments