Skip to content

Commit 939a488

Browse files
Update spring-mongoDB-example.yml
1 parent c5adf7b commit 939a488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/spring-mongoDB-example.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [master]
66
paths:
7-
- "spring-mongoDB-example/**"
7+
- "spring-mongo-example/**"
88
types:
99
- opened
1010
- synchronize
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
defaults:
1919
run:
20-
working-directory: spring-mongoDB-example
20+
working-directory: spring-mongo-example
2121
strategy:
2222
matrix:
2323
distribution: [ 'temurin' ]
@@ -49,13 +49,13 @@ jobs:
4949
id: services
5050
run: |
5151
echo "services<<EOF" >> $GITHUB_OUTPUT
52-
docker compose -f ./spring-mongoDB-example/compose.yaml config --services >> $GITHUB_OUTPUT
52+
docker compose -f ./spring-mongo-example/compose.yaml config --services >> $GITHUB_OUTPUT
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
5656
uses: hoverkraft-tech/compose-action@v2.4.3
5757
with:
58-
compose-file: './spring-mongoDB-example/compose.yaml'
58+
compose-file: './spring-mongo-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}
6060
up-flags: '--build'
6161
down-flags: '--volumes'

0 commit comments

Comments
 (0)