Skip to content

Commit cb6e008

Browse files
committed
Use hoverkraft-tech to run docker-compose up
1 parent cbf2952 commit cb6e008

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: Run docker-compose
2828
uses: hoverkraft-tech/compose-action@v2.0.1
2929
with:
30-
compose-file: "docker-compose.yml"
31-
working-directory: infrastructure/lambdas/tests
30+
compose-file: "lambdas/tests/docker-compose.yml"
3231

3332
- name: Build & Test lambda
3433
run: |

0 commit comments

Comments
 (0)