Skip to content

Commit

Permalink
add docker spin up to testing of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 8, 2024
1 parent 01c100f commit f007f3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
pip install poetry
rm -rf poetry.lock
poetry install
docker run --detach --name kgx-neo4j-unit-test -p 8484:7474 -p 8888:7687 --env NEO4J_AUTH=neo4j/test neo4j:4.3.0
docker run --detach --name kgx-neo4j-integration-test -p 7474:7474 -p 7687:7687 --env NEO4J_AUTH=neo4j/test neo4j:4.3.0
docker ps -a
- name: Wait
uses: jakejarvis/wait-action@master
with:
time: '45s'

- name: Run tests
run: |
Expand Down

0 comments on commit f007f3e

Please sign in to comment.