Skip to content

Commit 77a89ba

Browse files
committed
Enable docker caching for airflow integration tests
1 parent f6af1a5 commit 77a89ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
airflow-integration-tests:
2020
machine:
2121
image: ubuntu-2204:2022.10.2
22+
docker_layer_caching: true
2223
steps:
2324
- checkout
2425
- run:
@@ -37,7 +38,6 @@ jobs:
3738
- store_artifacts:
3839
path: /tmp/airflow_logs
3940

40-
4141
workflows:
4242
main-pr-integration-tests:
4343
jobs:

0 commit comments

Comments
 (0)