Skip to content

Commit e378f7e

Browse files
VoloVolo
authored andcommitted
Fix pipeline
1 parent 95c55ca commit e378f7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- checkout
3434
- restore_cache:
3535
key: dependency-cache-{{ checksum "yarn.lock" }}
36-
- export $API_TOKEN
36+
- run: export $API_TOKEN
3737
- run: yarn test:integration
3838

3939
workflows:
@@ -45,6 +45,8 @@ workflows:
4545
requires:
4646
- build
4747
- integration_test_approval:
48+
requires:
49+
- build
4850
type: approval
4951
- integration_test:
5052
requires:

0 commit comments

Comments
 (0)