Skip to content

Commit

Permalink
build: turn on test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Aug 28, 2023
1 parent c09608e commit ec65763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile && ls -a && git status

# - name: Run Tests
# run: pnpm ci:test
- name: Run Tests
run: pnpm ci:test

- name: Create versions PR & prepare publish
id: changesets
Expand Down

0 comments on commit ec65763

Please sign in to comment.