Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Dec 17, 2024
1 parent 9194d20 commit 1846c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1846c87

Please sign in to comment.