We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d057b commit 72f0f2dCopy full SHA for 72f0f2d
1 file changed
.circleci/config.yml
@@ -61,7 +61,7 @@ jobs:
61
- packaging
62
- nuget
63
64
- build_intergration_test:
+ build_integration_test:
65
docker:
66
- image: microsoft/dotnet:2.1-sdk
67
steps:
@@ -133,7 +133,7 @@ workflows:
133
only: /^[0-9]++\.[0-9]++\.[0-9]++/
134
branches:
135
only: /.*/
136
- - build_intergration_test:
+ - build_integration_test:
137
requires:
138
- build_reactiveapi
139
filters:
@@ -143,7 +143,7 @@ workflows:
143
144
- run_reactiveapi_integrationtests:
145
146
- - build_intergration_test
+ - build_integration_test
147
148
tags:
149
0 commit comments