Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Aug 11, 2024
1 parent 302c382 commit fa51410
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
# - name: Install pnpm
# uses: pnpm/action-setup@v3

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
# cache: pnpm

- run: pnpm install --no-frozen-lockfile
- run: npm run install
- run: npx cypress install
- run: pnpm lint:css
- run: pnpm build
- run: pnpm compile-scss
- run: pnpm test
- run: npm run lint:css
- run: npm run build-vite
- run: npm run compile-scss
- run: npm run copy
- run: npm run docs
- run: npm run test

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

0 comments on commit fa51410

Please sign in to comment.