Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jul 21, 2024
1 parent 4435c71 commit 670804d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ jobs:
with:
node-version: 20
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm test

- name: Install Dependencies
run: pnpm install --no-frozen-lockfile

- name: Install Cypress
run: npx cypress install

- name: Build
run: pnpm build # includes lint
- name: Build
run: pnpm test

- name: Upload coverage report to coveralls.io...
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 670804d

Please sign in to comment.