Skip to content

Commit

Permalink
👷 Github actions test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dapize committed Nov 5, 2023
1 parent 368462e commit d3da2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2 --silent
run: yarn test:coverage

- name: Build
run: yarn build
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
"vitest": "^0.34.6",
"layouter.js": "^1.9.1"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit d3da2ae

Please sign in to comment.