Skip to content

Commit 72f0f2d

Browse files
committed
fix name integration
1 parent c0d057b commit 72f0f2d

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
@@ -61,7 +61,7 @@ jobs:
6161
- packaging
6262
- nuget
6363

64-
build_intergration_test:
64+
build_integration_test:
6565
docker:
6666
- image: microsoft/dotnet:2.1-sdk
6767
steps:
@@ -133,7 +133,7 @@ workflows:
133133
only: /^[0-9]++\.[0-9]++\.[0-9]++/
134134
branches:
135135
only: /.*/
136-
- build_intergration_test:
136+
- build_integration_test:
137137
requires:
138138
- build_reactiveapi
139139
filters:
@@ -143,7 +143,7 @@ workflows:
143143
only: /.*/
144144
- run_reactiveapi_integrationtests:
145145
requires:
146-
- build_intergration_test
146+
- build_integration_test
147147
filters:
148148
tags:
149149
only: /^[0-9]++\.[0-9]++\.[0-9]++/

0 commit comments

Comments
 (0)