From ac63c19fe5039e5cf406596cf8d86e970c0eea25 Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Fri, 4 Mar 2022 13:13:31 +0100 Subject: [PATCH] perf(ci): faster exist-db start up - test against instances with no bundled applications - tweak health-check interval --- .github/workflows/semantic-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index b49ff72..6cda7cf 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -20,6 +20,10 @@ jobs: image: existdb/existdb:${{ matrix.exist-version }} ports: - 8443:8443 + volumes: + - ${{ github.workspace }}/xquery:/exist/autodeploy + options: >- + --health-interval 4s steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}