diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 8ae8e97..7bcd513 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -38,7 +38,9 @@ jobs: # Fetch all history for all tags and branches fetch-depth: 0 - name: Build the stack - run: docker-compose up -d + uses: hoverkraft-tech/compose-action@v2.0.1 + with: + compose-file: "./docker-compose.yml" - name: Build testing container run: docker build -t tests:${{ github.sha }} --build-arg SET_NODE_VERSION=$NODE_VERSION . - name: Invoke testing container