Skip to content

Commit

Permalink
editing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alpetric committed Sep 26, 2024
1 parent ceb221a commit b6f8d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_windows_worker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backend only integration tests
name: Build Windows Worker

on:
push:
Expand Down Expand Up @@ -44,5 +44,5 @@ jobs:
mkdir frontend/build && cd backend && touch
windmill-api/openapi-deref.yaml && rustup target add x86_64-pc-windows-gnu &&
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill
DISABLE_EMBEDDING=true RUST_LOG=info cargo build --target x86_64-pc-windows-gnu --release
--all -- --nocapture
DISABLE_EMBEDDING=true RUST_LOG=info cargo build --target x86_64-pc-windows-gnu --release

0 comments on commit b6f8d46

Please sign in to comment.