Skip to content

Commit

Permalink
Exercise the test on all OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Feb 13, 2024
1 parent 53bef94 commit 82311ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
needs: check

- name: git config
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
if: matrix.config.r == 'release'
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
Expand Down

0 comments on commit 82311ac

Please sign in to comment.