Skip to content

Commit 61f39ad

Browse files
authored
fix: rename slow -> cicd tests in circleci (#3985)
1 parent 8ccf84b commit 61f39ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/continue_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Run doc tests
4949
command: make doc-test
5050

51-
style_and_slow_tests:
51+
style_and_cicd_tests:
5252
parameters:
5353
python_version:
5454
type: string
@@ -76,7 +76,7 @@ jobs:
7676
name: Run linters and code style checks
7777
command: make py-style
7878
- run:
79-
name: Run slow tests
79+
name: Run cicd tests
8080
command: make cicd-test
8181
- store_test_results:
8282
path: test-results
@@ -270,7 +270,7 @@ workflows:
270270
main_pr:
271271
jobs:
272272
- doc_tests
273-
- style_and_slow_tests:
273+
- style_and_cicd_tests:
274274
matrix:
275275
parameters:
276276
python_version:
@@ -280,7 +280,7 @@ workflows:
280280
- "3.12"
281281
- airflow_docker_tests:
282282
requires:
283-
- style_and_slow_tests
283+
- style_and_cicd_tests
284284
filters:
285285
branches:
286286
only:
@@ -320,7 +320,7 @@ workflows:
320320
- main
321321
- trigger_private_tests:
322322
requires:
323-
- style_and_slow_tests
323+
- style_and_cicd_tests
324324
filters:
325325
branches:
326326
only:

0 commit comments

Comments
 (0)