Skip to content

Commit

Permalink
wip fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 23, 2024
1 parent f0abfae commit 202f363
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
- name: Lint (show only errors)
run: pnpm lint --quiet
working-directory: ./packages/synapse-bridge
# - name: Test
# run: pnpm test:unit
# working-directory: ./packages/synapse-bridge
- name: Test
run: pnpm test-ci:unit
- name: Build
run: pnpm build
working-directory: ./packages/synapse-bridge

0 comments on commit 202f363

Please sign in to comment.