Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 3, 2024
1 parent b5157c3 commit 201c121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: npm i

- name: Migrate dev database
run: npm run db:migrate:dev
run: npm run db:prepare:dev

- name: Test codes
run: npm run test:coverage
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: npx playwright install --with-deps

- name: Migrate dev database
run: npm run db:migrate:dev
run: npm run db:prepare:dev

- name: Run Playwright tests
run: npx playwright test
Expand Down

0 comments on commit 201c121

Please sign in to comment.