Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi committed Jul 20, 2023
1 parent b9d64a6 commit 5166885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: tar -xzf storybook-static.tar.gz

- name: Install Playwright
run: npx playwright install --with-deps
run: pnpm install playwright

- name: Test CI
run: pnpm test-coverage:ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "pnpm eslint src --ext .ts,.tsx,.json",
"lint:fix": "eslint --fix src --ext .ts,.tsx,.json",
"format": "prettier --write 'src/**/*.{ts,tsx,css,md,json}' --config ./.prettierrc",
"test-coverage:ci": "npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npx http-server storybook-static --port 6006 --silent\" \"npx wait-on tcp:6006 && pnpm test:coverage\"",
"test-coverage:ci": "pnpm concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm http-server storybook-static --port 6006 --silent\" \"pnpm wait-on tcp:6006 && pnpm test:coverage\"",
"test": "pnpm test-storybook",
"test:coverage": "pnpm test-storybook --coverage"
},
Expand Down

0 comments on commit 5166885

Please sign in to comment.