Skip to content

Commit 2a88a9c

Browse files
committed
misc cleanup
1 parent 0dd6fe1 commit 2a88a9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)