diff --git a/.github/workflows/test_baseline.yml b/.github/workflows/test_baseline.yml index ca46b169..7cda5cbd 100644 --- a/.github/workflows/test_baseline.yml +++ b/.github/workflows/test_baseline.yml @@ -1,4 +1,4 @@ -name: Test +name: Test Baseline concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -179,7 +179,7 @@ jobs: - name: Build and run docker containers run: | - docker compose up -d + docker compose up -d --build - name: Initial manage.py commands run: |