File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,18 +139,18 @@ jobs:
139139 - name : Create the artifacts directory
140140 run : mkdir -p "$ARTIFACTS_DIR"
141141
142- # We are running the tests on `airflow-worker` so that we can copy the
143- # files out of the running container in the following step.
144142 - name : Setup and start Airflow containers
145143 run : |
146144 cp example.env .env
147145 docker compose up -d postgres redis --wait
148146 docker compose run airflow-init
149147 docker compose up -d --wait
150- docker compose cp test airflow-worker:/home/airflow
151148
149+ # We are running the tests on `airflow-worker` so that we can copy the
150+ # files out of the running container in the step following this one.
152151 - name : Run tests
153152 run : |
153+ docker compose cp test airflow-worker:/home/airflow
154154 docker compose exec airflow-worker python /home/airflow/test/run_tests.py
155155
156156 - name : Copy out artifacts
You can’t perform that action at this time.
0 commit comments