Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed Nov 21, 2024
1 parent 3d2fd2c commit b626a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"full"'

working-directory: './renv/profiles/full'

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"full"'
working-directory: './renv/profiles/full'

- name: Test coverage
run: |
Expand Down

0 comments on commit b626a3f

Please sign in to comment.