Skip to content

Commit

Permalink
chore: enable unit testing in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Apr 22, 2022
1 parent c4a8408 commit 799abef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Run ESLint
run: pnpm lint

# - name: Run tests
# run: pnpm test -- --maxWorkers=4 --no-color --coverage=false --changedSince=origin/main
- name: Run tests
run: pnpm test -- --maxWorkers=4 --no-color --coverage=false --changedSince=origin/main

0 comments on commit 799abef

Please sign in to comment.