Skip to content

Commit

Permalink
update ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Mar 12, 2023
1 parent 63b070e commit 544771e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- run: pnpm dev:prepare

- name: Build
run: pnpm build

Expand Down Expand Up @@ -66,6 +68,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- run: pnpm dev:prepare

- name: Lint
run: pnpm lint

Expand Down Expand Up @@ -95,6 +99,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- run: pnpm dev:prepare

- name: Run Tests
run: pnpm test -- --coverage --no-threads

Expand Down

0 comments on commit 544771e

Please sign in to comment.