Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Sep 6, 2023
1 parent bd97f2d commit 184a6cd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2

- uses: pnpm/[email protected]

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm build # includes lint
- run: pnpm test

- run: npm install
- run: npm run lint:ts
- run: npx vite build
- run: npm run clean-coverage
- run: npx cypress run

- name: Upload coverage report on Node 20 to coveralls.io...
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit 184a6cd

Please sign in to comment.