Skip to content

Commit

Permalink
fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Nov 3, 2023
1 parent b7888e1 commit effea15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: ./.github/workflows/shared-setup.yml
- name: Build Packages
run: pnpm build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/shared-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
timeout-minutes: 60
runs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Setup Node.js
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: ./.github/workflows/shared-setup.yml
- name: Test
run: pnpm t
Expand Down

0 comments on commit effea15

Please sign in to comment.