Skip to content

Commit

Permalink
config change. Lets see if ubuntu-latest devel fails tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlandis committed May 17, 2024
1 parent 7177e9e commit ec76945
Showing 1 changed file with 2 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 @@ -28,7 +28,8 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
# Runs vdiffr test only on the latest version of R
VDIFFR_RUN_TESTS: ${{ matrix.config.r == 'release' || matrix.config.r == 'oldrel-1' }}
# VDIFFR_RUN_TESTS: ${{ matrix.config.r == 'release' || matrix.config.r == 'oldrel-1' }}
VDIFFR_RUN_TESTS: true
VDIFFR_LOG_PATH: "../vdiffr.Rout.fail"

steps:
Expand Down

0 comments on commit ec76945

Please sign in to comment.