Skip to content

Commit

Permalink
wip fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 23, 2024
1 parent dd768cd commit 4c28248
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -27,7 +27,7 @@ jobs:
working-directory: ./packages/synapse-bridge
- name: Test
run: pnpm test:unit
# working-directory: ./packages/synapse-bridge
working-directory: ./packages/synapse-bridge
- name: Build
run: pnpm build
working-directory: ./packages/synapse-bridge
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"prepare": "lerna run dev:setup",
"dev": "lerna run dev",
"test:unit": "lerna run test:unit",
"test-ci:unit": "vitest run",
"test-ci:unit": "vitest run -u",
"build": "lerna run build",
"lint": "pnpm eslint --ignore-pattern 'dist/*'"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"dev:setup": "tsx scripts/devSetup.ts",
"dev": "vite",
"test:unit": "vitest run",
"test:unit": "vitest run -u",
"preview": "vite preview",
"analyze": "vite build --mode analyze",
"build": "vue-tsc && vite build",
Expand Down

0 comments on commit 4c28248

Please sign in to comment.