Browse Source

Add build command to Python CLI test again

Shortens the time required for dora start, which allows us to keep the sleep duration lower.
tags/v0.3.12-rc0
Philipp Oppermann 9 months ago
parent
commit
343588d53a
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml View File

@@ -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


Loading…
Cancel
Save