Skip to content

Commit 9393626

Browse files
committed
fix: add code-client-integration-test context to tests
1 parent 0be330f commit 9393626

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
@@ -116,7 +116,9 @@ workflows:
116116
parameters:
117117
node_version: ['10.24.0', '12.22.7']
118118
package-lock: ['locked-dependencies', 'no-package-lock']
119-
context: nodejs-install
119+
context:
120+
- nodejs-install
121+
- code-client-integration-test
120122
requires:
121123
- lint
122124
- release:

0 commit comments

Comments
 (0)