diff --git a/.github/workflows/porter_app_worker_4828.yml b/.github/workflows/porter_app_worker_4828.yml index 2dbd5455..be5a6d9a 100644 --- a/.github/workflows/porter_app_worker_4828.yml +++ b/.github/workflows/porter_app_worker_4828.yml @@ -18,6 +18,9 @@ jobs: - name: Setup porter uses: porter-dev/setup-porter@v0.1.0 + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Build Dist run: make full-dist diff --git a/.github/workflows/porter_app_worker_4879.yml b/.github/workflows/porter_app_worker_4879.yml index 0cb1946a..234245d9 100644 --- a/.github/workflows/porter_app_worker_4879.yml +++ b/.github/workflows/porter_app_worker_4879.yml @@ -18,6 +18,9 @@ jobs: - name: Setup porter uses: porter-dev/setup-porter@v0.1.0 + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Build Dist run: make full-dist diff --git a/docker/README.md b/docker/README.md index f8251bbd..ebba30f8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -74,7 +74,7 @@ curl http://localhost:9099/v1/health You should receive a response indicating that the engine is healthy: ```json -{ "status": "healthy" } +{ "healthy": "true" } ``` Open a browser and navigate to http://localhost:9099/dashboard to view the Arcade dashboard.