We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f0f2d commit fcc0c88Copy full SHA for fcc0c88
1 file changed
.circleci/config.yml
@@ -88,7 +88,7 @@ jobs:
88
paths:
89
- docker
90
91
- run_reactiveapi_integrationtests:
+ run_reactiveapi_integration_test:
92
docker:
93
- image: circleci/node:10.12
94
steps:
@@ -141,7 +141,7 @@ workflows:
141
only: /^[0-9]++\.[0-9]++\.[0-9]++/
142
branches:
143
only: /.*/
144
- - run_reactiveapi_integrationtests:
+ - run_reactiveapi_integration_test:
145
requires:
146
- build_integration_test
147
filters:
@@ -151,7 +151,7 @@ workflows:
151
152
- deploy_nuget:
153
154
- - run_reactiveapi_integrationtests
+ - run_reactiveapi_integration_test
155
156
tags:
157
0 commit comments