Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 17, 2023
1 parent ab6e6ea commit 5d2d478
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Run Lint
run: npm run lint

Test:
runs-on: macos-latest
needs: Lint
strategy:
matrix:
node: [16, 18, 20]
Expand All @@ -53,7 +54,7 @@ jobs:
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Setup JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5d2d478

Please sign in to comment.