We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38a9dc commit 6fb261dCopy full SHA for 6fb261d
1 file changed
.circleci/config.yml
@@ -10,7 +10,7 @@ workflows:
10
jobs:
11
- build
12
13
- - integration_test:
+ - test_integration:
14
requires:
15
16
matrix:
@@ -20,7 +20,7 @@ workflows:
20
- hold:
21
type: approval
22
23
- - integration_test
+ - test_integration
24
25
filters:
26
branches:
@@ -68,7 +68,7 @@ jobs:
68
paths:
69
- .
70
71
- integration_test:
+ test_integration:
72
parameters:
73
python-version:
74
type: string
0 commit comments