diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e296b3032..b25ff7c7f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,5 @@ jobs: - uses: actions/checkout@v2 - name: Build the image run: docker build -t my-image ./src/tests - steps: - name: Build the stack run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d \ No newline at end of file