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 2d9512b commit ad5f1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm lint --quiet
working-directory: ./packages/synapse-bridge
- name: Test
run: pnpm test:unit
run: pnpm test:unit -- -u
- name: Build
run: pnpm build
working-directory: ./packages/synapse-bridge
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"scripts": {
"prepare": "lerna run dev:setup",
"dev": "lerna run dev",
"test:unit:clean": "rm -rf ./path/to/__snapshots__",
"test:unit": "lerna run test:unit:clean && lerna run test:unit",
"test:unit": "lerna run test:unit",
"build": "lerna run build",
"lint": "pnpm eslint --ignore-pattern 'dist/*'"
},
Expand Down

0 comments on commit ad5f1d1

Please sign in to comment.