Skip to content

Commit 608a4a6

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: spring-mongoDB-example CI Build
1+
name: spring-mongodb-example CI Build
22

33
on:
44
pull_request:
55
branches: [master]
66
paths:
7-
- "spring-mongo-example/**"
7+
- "spring-mongodb-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-mongo-example
20+
working-directory: spring-mongodb-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-mongo-example/compose.yaml config --services >> $GITHUB_OUTPUT
52+
docker compose -f ./spring-mongodb-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-mongo-example/compose.yaml'
58+
compose-file: './spring-mongodb-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}
6060
up-flags: '--build'
6161
down-flags: '--volumes'

0 commit comments

Comments
 (0)