Skip to content

Commit

Permalink
build: optimize github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Jun 7, 2024
1 parent e987d9a commit 03468af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js Env
- name: Setup Node.js Env and Test
uses: actions/setup-node@v3
with:
node-version: lts/*

- name: Prepare and Test
run: corepack enable && pnpm i && pnpm test
- run: corepack enable
- run: pnpm i
- run: pnpm test

- name: Create Release Pull Request or Publish
# https://github.com/changesets/action
Expand Down

0 comments on commit 03468af

Please sign in to comment.