Mnovich/temporal foreground tasks (#2895)

Co-authored-by: Carlos M. Lopez <carlopez@squareup.com>
This commit is contained in:
Max Novich
2025-06-20 16:19:58 -07:00
committed by GitHub
parent b3aed4bc11
commit 180b1df25d
58 changed files with 4009 additions and 1920 deletions

View File

@@ -190,13 +190,12 @@ jobs:
- name: Build goosed
run: source ./bin/activate-hermit && cargo build --release -p goose-server
# Build temporal-service
# Build temporal-service using build.sh script
- name: Build temporal-service
run: |
echo "Building temporal-service..."
echo "Building temporal-service using build.sh script..."
cd temporal-service
go build -o temporal-service main.go
chmod +x temporal-service
./build.sh
echo "temporal-service built successfully"
# Install and prepare temporal CLI