Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Run doc tests
command: make doc-test

style_and_slow_tests:
style_and_cicd_tests:
parameters:
python_version:
type: string
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
name: Run linters and code style checks
command: make py-style
- run:
name: Run slow tests
name: Run cicd tests
command: make cicd-test
- store_test_results:
path: test-results
Expand Down Expand Up @@ -270,7 +270,7 @@ workflows:
main_pr:
jobs:
- doc_tests
- style_and_slow_tests:
- style_and_cicd_tests:
matrix:
parameters:
python_version:
Expand All @@ -280,7 +280,7 @@ workflows:
- "3.12"
- airflow_docker_tests:
requires:
- style_and_slow_tests
- style_and_cicd_tests
filters:
branches:
only:
Expand Down Expand Up @@ -320,7 +320,7 @@ workflows:
- main
- trigger_private_tests:
requires:
- style_and_slow_tests
- style_and_cicd_tests
filters:
branches:
only:
Expand Down