Skip to content

Commit 6fb261d

Browse files
committed
Re-name test
1 parent b38a9dc commit 6fb261d

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
@@ -10,7 +10,7 @@ workflows:
1010
jobs:
1111
- build
1212

13-
- integration_test:
13+
- test_integration:
1414
requires:
1515
- build
1616
matrix:
@@ -20,7 +20,7 @@ workflows:
2020
- hold:
2121
type: approval
2222
requires:
23-
- integration_test
23+
- test_integration
2424

2525
filters:
2626
branches:
@@ -68,7 +68,7 @@ jobs:
6868
paths:
6969
- .
7070

71-
integration_test:
71+
test_integration:
7272
parameters:
7373
python-version:
7474
type: string

0 commit comments

Comments
 (0)