diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a82300b6..2e0d136b4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,4 +6,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the stack - run: docker-compose --project-directory ./ -f tests/docker-compose.yml up -d \ No newline at end of file + run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d \ No newline at end of file