Skip to content

Commit

Permalink
CI WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Aug 21, 2023
1 parent ae1ad59 commit 5db204c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ jobs:
strategy:
matrix:
dockerCompose:
- "docker-compose-neo4j-5.1-community.yml"
- "docker-compose-neo4j-5.9-community.yml"
- "docker-compose-neo4j-5.10-community.yml"
- "docker-compose-neo4j-5.11-community.yml"
- "neo4j-5.1"
- "neo4j-5.9"
- "neo4j-5.10"
- "neo4j-5.11"
steps:
- uses: actions/checkout@v3
- run: mkdir -p /tmp/docker
Expand All @@ -188,7 +188,7 @@ jobs:
run: |
chmod 777 test-feature-prepare
docker load < /tmp/docker/api-dev-amd.tar.gz
docker compose -f ./tests/FeatureTests/${{ matrix.dockerCompose }} up --quiet-pull -d
docker compose -f ./tests/FeatureTests/docker-compose-${{ matrix.dockerCompose }}.yml up --quiet-pull -d
echo "waiting for containers to star tup (10s)"
sleep 10
echo "finished waiting"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

ember-nexus-neo4j:
container_name: ember-nexus-neo4j
image: neo4j:5.1-community
image: neo4j:5.1
expose:
- "7474"
- "7687"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

ember-nexus-neo4j:
container_name: ember-nexus-neo4j
image: neo4j:5.9-community
image: neo4j:5.10
expose:
- "7474"
- "7687"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

ember-nexus-neo4j:
container_name: ember-nexus-neo4j
image: neo4j:5.10-community
image: neo4j:5.11
expose:
- "7474"
- "7687"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

ember-nexus-neo4j:
container_name: ember-nexus-neo4j
image: neo4j:5.11-community
image: neo4j:5.9
expose:
- "7474"
- "7687"
Expand Down

0 comments on commit 5db204c

Please sign in to comment.