Skip to content

Commit

Permalink
Checkout before running local action
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Aug 8, 2023
1 parent fbed80f commit 33dfdca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
contents: read

steps:
- name: Prepare PTAXSIM DB
uses: ./.github/actions/prepare-ptaxsim

- name: Checkout
uses: actions/checkout@v3

- name: Prepare PTAXSIM DB
uses: ./.github/actions/prepare-ptaxsim

- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
contents: read

steps:
- name: Prepare PTAXSIM DB
uses: ./.github/actions/prepare-ptaxsim

- name: Checkout
uses: actions/checkout@v3

- name: Prepare PTAXSIM DB
uses: ./.github/actions/prepare-ptaxsim

- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
contents: read

steps:
- name: Prepare PTAXSIM DB
uses: ./.github/actions/prepare-ptaxsim

- name: Checkout
uses: actions/checkout@v3

- name: Prepare PTAXSIM DB
uses: ./.github/actions/prepare-ptaxsim

- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 33dfdca

Please sign in to comment.