This commit is contained in:
Ruben Fiszel
2024-12-17 14:12:12 +01:00
parent 9194d20bc1
commit 1846c8795d

View File

@@ -41,7 +41,7 @@ jobs:
working-directory: backend
run:
/usr/bin/deno --version && /usr/bin/bun -v && go version &&
/usr/local/bin/python3 --version && mkdir frontend/build && touch
/usr/local/bin/python3 --version && mkdir ../frontend/build && touch
windmill-api/openapi-deref.yaml &&
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill
DISABLE_EMBEDDING=true RUST_LOG=info cargo test --features