Skip to content

Commit b524543

Browse files
committed
chore: Add name to github workflows for docker compose action
1 parent 08d7db3 commit b524543

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
2323
- uses: hoverkraft-tech/[email protected]
24+
name: Start services
2425
with:
2526
compose-file: './docker-compose-neo4j-4.yml'
2627
up-flags: '--build --remove-orphans'

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
2323
- uses: hoverkraft-tech/[email protected]
24+
name: Start services
2425
with:
2526
compose-file: './docker-compose.yml'
2627
up-flags: '--build --remove-orphans'

.github/workflows/integration-test-single-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
2121
- uses: hoverkraft-tech/[email protected]
22+
name: Start services
2223
with:
2324
compose-file: './docker-compose-neo4j-4.yml'
2425
up-flags: '--build --remove-orphans'
@@ -44,6 +45,7 @@ jobs:
4445
run: |
4546
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
4647
- uses: hoverkraft-tech/[email protected]
48+
name: Start services
4749
with:
4850
compose-file: './docker-compose.yml'
4951
up-flags: '--build'

0 commit comments

Comments
 (0)