Skip to content

Commit

Permalink
Update tests-r-via-nix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Feb 5, 2024
1 parent 43f1377 commit 55313dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-r-via-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: devtools::test() via nix-shell
run: nix-shell --pure -p cacert nix R rPackages.covr rPackages.codetools rPackages.xml2 rPackages.sys rPackages.devtools --run "Rscript -e 'devtools::test()'"
- name: Test coverage
run: nix-shell --pure -p nix git cacert R rPackages.covr rPackages.codetools rPackages.sys rPackages.xml2 rPackages.httr rPackages.testthat --run "Rscript -e 'covr::codecov()' "
#- name: Test coverage
# run: nix-shell --pure -p nix git cacert R rPackages.covr rPackages.codetools rPackages.sys rPackages.xml2 rPackages.httr rPackages.testthat --run "Rscript -e 'covr::codecov()' "

- name: Show testthat output
if: always()
Expand Down

0 comments on commit 55313dc

Please sign in to comment.