Skip to content

Commit

Permalink
iterate on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blass committed May 22, 2024
1 parent 784b761 commit 23595f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ runs:
with:
version: 9

- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
shell: bash
run: pnpm install
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup repo
uses: ./.github/actions/setup

Expand All @@ -35,6 +40,11 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup repo
uses: ./.github/actions/setup
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup repo
uses: ./.github/actions/setup

Expand All @@ -37,6 +42,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup repo
uses: ./.github/actions/setup

Expand Down

0 comments on commit 23595f0

Please sign in to comment.