Skip to content

Commit 82311ac

Browse files
committed
Exercise the test on all OSes
1 parent 53bef94 commit 82311ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
needs: check
5959

6060
- name: git config
61-
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
61+
if: matrix.config.r == 'release'
6262
run: |
6363
git config --global user.name "$GITHUB_ACTOR"
6464
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)