Skip to content

Commit

Permalink
chore: refactor unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Jan 8, 2025
1 parent 8e5f86a commit 0336773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm run lint
- name: Transpile code
run: npm run compile
- name: Install playwright
uses: ./.github/actions/install-playwright
- name: Unit tests
run: npm run test:unit

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm run lint:markdown
- name: Transpile code
run: npm run compile
- name: Install playwright
uses: ./.github/actions/install-playwright
- name: Unit tests
run: npm run test:unit

Expand Down

0 comments on commit 0336773

Please sign in to comment.