Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 26, 2024
1 parent 26d3777 commit c87bda5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Build
run: pnpm build

- name: Lint
- name: Linter Test
run: pnpm lint

- name: Test
run: pnpm test
- name: Unit Test
run: pnpm test:unit

check-result:
if: ${{ always() }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
fetch-depth: 0

- name: Push to release branch
run: git push origin HEAD:release

- name: Create release
if: ${{ github.event_name != 'workflow_dispatch' }}
id: release_tag
Expand Down

0 comments on commit c87bda5

Please sign in to comment.