Skip to content

Commit

Permalink
chore: add test to release
Browse files Browse the repository at this point in the history
chore: add test to release

chore: rm test from release.yml
  • Loading branch information
hqwuzhaoyi committed Aug 27, 2023
1 parent 412fe34 commit 1c41bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile && ls -a && git status

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

- name: Create versions PR & prepare publish
id: changesets
uses: changesets/action@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"changeset-publish": "changeset publish",
"changeset-tag": "changeset tag",
"ci:publish": "pnpm build-package && git status && pnpm publish -r --no-git-checks && pnpm changeset tag",
"ci:test": "pnpm test",
"ci:version": "pnpm changelog && pnpx changeset version && pnpm install --no-frozen-lockfile && git add .",
"clean": "turbo run clean",
"deploy:dev": "./check-pm2.sh npm run build && pm2 startOrRestart ecosystem.config.js --env development",
Expand Down

0 comments on commit 1c41bf1

Please sign in to comment.