Skip to content

Commit

Permalink
feat: change actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jun 25, 2023
1 parent 2b432e8 commit 34bd535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: PNPM build
- name: Build
run: pnpm run build

- name: Test
run: pnpm run test
- name: Release
run: npx semantic-release
env:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: test

on:
push:
branches:
- main

# push:
# branches:
# - main
pull_request:
branches:
- main
Expand All @@ -31,4 +30,3 @@ jobs:
- run: pnpm test

- uses: codecov/codecov-action@v3

0 comments on commit 34bd535

Please sign in to comment.