Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Sep 4, 2024
1 parent ee7ba65 commit ad74f6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ltpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run linters
- name: Run linter
run: pnpm lint

- name: Run prepare
run: pnpm dev:prepare

- name: Run tests
run: pnpm test

Expand Down

0 comments on commit ad74f6f

Please sign in to comment.