Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jul 14, 2023
1 parent b959258 commit bfcae4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: devtools
extra-packages: devtools, local::.

- name: test
run: |
devtools::install(quick = FALSE)
devtools::load_all(compile = FALSE)
devtools::test()
shell: Rscript {0}

0 comments on commit bfcae4a

Please sign in to comment.