Skip to content

Commit

Permalink
👷 ci: No longer caches db:setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Jul 22, 2024
1 parent be6a073 commit 5fc313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: hoverkraft-tech/compose-action@v2.0.1

- name: Setup database with migrations and seed data
run: pnpm db:setup
run: pnpm db:setup --force

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
Expand Down

0 comments on commit 5fc313b

Please sign in to comment.