Skip to content

Commit

Permalink
test: rename unit test script and command in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KrupaPammi committed Oct 6, 2023
1 parent 533f410 commit 40501c8
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -52,7 +52,7 @@ jobs:
run: yarn build

- name: Run unit tests
run: yarn test --maxWorkers=2
run: yarn test:unit --maxWorkers=2
env:
NODE_OPTIONS: --max_old_space_size=4096

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs": "3.1.6"
},
"scripts": {
"test": "yarn run jest",
"test:unit": "yarn run jest",
"styleguide": "cross-env FAST_REFRESH=false styleguidist server",
"styleguide:build": "styleguidist build",
"postinstall": "yarn run build",
Expand Down

0 comments on commit 40501c8

Please sign in to comment.