Skip to content

Commit

Permalink
ci: 💚 Add unit test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eladio Feijoo committed Aug 29, 2023
1 parent ff6c362 commit 343d192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: build
run: pnpm run build

# - name: Run unit test
# run: pnpm run test
- name: Run unit test
run: pnpm run test

# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
Expand Down

0 comments on commit 343d192

Please sign in to comment.