Skip to content

Commit

Permalink
Update check-r-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
serbinsh authored Mar 15, 2024
1 parent 5293e44 commit 4d42e02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-r-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- "3.6"
- "4.0"
- "4.1"
- "4.2"
- "4.3"

steps:
#check out source code
Expand All @@ -51,4 +53,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
path: check

0 comments on commit 4d42e02

Please sign in to comment.