diff --git a/.github/workflows/test-backend.yaml b/.github/workflows/test-backend.yaml index c6f3c9d..d480572 100644 --- a/.github/workflows/test-backend.yaml +++ b/.github/workflows/test-backend.yaml @@ -75,8 +75,6 @@ jobs: with: compose-file: "polar/docker-compose.yml" down-flags: "--volumes" - - name: init-polar - run: scripts/init-polar.sh - name: Set up python id: setup-python uses: actions/setup-python@v4 @@ -108,6 +106,8 @@ jobs: run: | source .venv/bin/activate playwright install + - name: init-polar + run: scripts/init-polar.sh - name: Run tests # Set to false to regenerate caches regardless of test results if: true