Skip to content

Commit

Permalink
It seems that devel is working now and oldrel does not. No longer run…
Browse files Browse the repository at this point in the history
…ning tests on oldrel
  • Loading branch information
jtlandis committed May 17, 2024
1 parent e770036 commit 8802d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +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: true
VDIFFR_RUN_TESTS: ${{ matrix.config.r == 'release' || matrix.config.r == 'devel' }}
# VDIFFR_RUN_TESTS: true
VDIFFR_LOG_PATH: "../vdiffr.Rout.fail"

steps:
Expand Down

0 comments on commit 8802d9c

Please sign in to comment.