Skip to content

Commit

Permalink
chore(ci): move init-polar to just before test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikicat committed Mar 12, 2023
1 parent 300376f commit f10a87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f10a87d

Please sign in to comment.