diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index d0ade10..d0d2293 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -27,7 +27,7 @@ jobs: - name: Run docker-compose uses: hoverkraft-tech/compose-action@v2.0.1 with: - compose-file: "lambdas/tests/docker-compose.yml" + compose-file: "infrastructure/lambdas/tests/docker-compose.yml" - name: Build & Test lambda run: |