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 aafdcd4 commit b5157c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Install dependencies
run: npm i

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

- name: Test codes
run: npm run test:coverage

Expand Down Expand Up @@ -129,6 +132,9 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

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

- name: Run Playwright tests
run: npx playwright test

Expand Down

0 comments on commit b5157c3

Please sign in to comment.