Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 authored Mar 14, 2024
1 parent 11019fb commit 7c391cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ jobs:
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: exec lint
run: pnpm run test

unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Cache node modules
id: cache
Expand Down

0 comments on commit 7c391cf

Please sign in to comment.