mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
Mnovich/temporal foreground tasks (#2895)
Co-authored-by: Carlos M. Lopez <carlopez@squareup.com>
This commit is contained in:
parent
b3aed4bc11
commit
180b1df25d
58 changed files with 4009 additions and 1920 deletions
7
.github/workflows/bundle-desktop.yml
vendored
7
.github/workflows/bundle-desktop.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue