Skip to content

Commit

Permalink
Merge pull request #184 from line-o/perf/ci
Browse files Browse the repository at this point in the history
speed up test runs, test against instance without any bundled package
  • Loading branch information
line-o authored Mar 9, 2022
2 parents 675db4b + 146bcd4 commit 87d9fbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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 }}/empty:/exist/autodeploy
options: >-
--health-interval 4s
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tape": "^5.3.2"
},
"dependencies": {
"@existdb/node-exist": "^4.8.0",
"@existdb/node-exist": "^4.9.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.2",
"lodash.assign": "^4.2.0",
Expand Down

0 comments on commit 87d9fbe

Please sign in to comment.