diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 69b9bc219e..2a9e8996cf 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -27,6 +27,8 @@ jobs: --pull always --health-interval 10s --health-timeout 5s --health-retries 5 --health-cmd "curl http://localhost:8000/api/version" + ports: + - 8000:8000 steps: - uses: denoland/setup-deno@v1 with: