Skip to content

Commit fcc0c88

Browse files
committed
cut integration_test
1 parent 72f0f2d commit fcc0c88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
paths:
8989
- docker
9090

91-
run_reactiveapi_integrationtests:
91+
run_reactiveapi_integration_test:
9292
docker:
9393
- image: circleci/node:10.12
9494
steps:
@@ -141,7 +141,7 @@ workflows:
141141
only: /^[0-9]++\.[0-9]++\.[0-9]++/
142142
branches:
143143
only: /.*/
144-
- run_reactiveapi_integrationtests:
144+
- run_reactiveapi_integration_test:
145145
requires:
146146
- build_integration_test
147147
filters:
@@ -151,7 +151,7 @@ workflows:
151151
only: /.*/
152152
- deploy_nuget:
153153
requires:
154-
- run_reactiveapi_integrationtests
154+
- run_reactiveapi_integration_test
155155
filters:
156156
tags:
157157
only: /^[0-9]++\.[0-9]++\.[0-9]++/

0 commit comments

Comments
 (0)