We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c55ca commit e378f7eCopy full SHA for e378f7e
1 file changed
.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33
- checkout
34
- restore_cache:
35
key: dependency-cache-{{ checksum "yarn.lock" }}
36
- - export $API_TOKEN
+ - run: export $API_TOKEN
37
- run: yarn test:integration
38
39
workflows:
@@ -45,6 +45,8 @@ workflows:
45
requires:
46
- build
47
- integration_test_approval:
48
+ requires:
49
+ - build
50
type: approval
51
- integration_test:
52
0 commit comments