Skip to content

Commit

Permalink
perf(ci): faster exist-db start up
Browse files Browse the repository at this point in the history
- test against instances with no bundled applications
- tweak health-check interval
  • Loading branch information
line-o committed Mar 4, 2022
1 parent aa8fcf8 commit ac63c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ac63c19

Please sign in to comment.