Skip to content

Commit

Permalink
With additional install step
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Dec 29, 2023
1 parent 7f39815 commit 5a7e180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
package: react-components
# - name: run storybook in dev ci mode
# run: pnpm run start:ci
- name: build
run: pnpm run --filter {.}^... build
- name: lint
run: pnpm run lint
- name: test
run: pnpm run test:coverage
run: |
pnpm install && node node_modules/puppeteer/install.js
pnpm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 5a7e180

Please sign in to comment.