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
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
.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 |
|
|
|
|