From 343588d53a7f36749d00d4acf2c2cd2597feb282 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 16 Apr 2025 11:49:21 +0200 Subject: [PATCH] Add build command to Python CLI test again Shortens the time required for dora start, which allows us to keep the sleep duration lower. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e988d89a..f84afaad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -356,6 +356,7 @@ jobs: dora up echo "Running dora list" dora list + dora build dataflow.yml --uv echo "Running CI Python Test" dora start dataflow.yml --name ci-python-test --detach --uv sleep 60