Skip to content

Commit

Permalink
YAML working directory edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Insang Song committed Oct 3, 2023
1 parent 9ca2eae commit 661866a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: "./scomps"
extra-packages: any::rcmdcheck
needs: check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: |
~/.cache/R
~/.local/share/R
key: dependencies-${{ runner.os }}-${{ hashFiles('**/**/DESCRIPTION') }}
key: dependencies-${{ runner.os }}-${{ hashFiles('**/DESCRIPTION') }}
restore-keys: |
dependencies-${{ runner.os }}-
Expand Down

0 comments on commit 661866a

Please sign in to comment.