Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Aug 11, 2024
1 parent ab4e853 commit a1c5074
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,23 @@ jobs:
node-version: 20
# cache: pnpm

- run: npm install
- run: npx cypress install
- run: npm run lint:css
- run: npm run build-vite
- run: npm run compile-scss
- run: npm run copy-css-cp
- run: npm run docs
- run: npm run test
- name: Install
run: npm install
run: npx cypress install

- name: Lint
run: npm run lint:ts
run: npm run lint:css

- name: Build
run: npm run build-vite
run: npm run compile-scss
run: npm run copy-css-cp
run: npm run docs

- name: Run tests
run: npm run clean-coverage
run: npx cypress run

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

0 comments on commit a1c5074

Please sign in to comment.