Skip to content

Commit

Permalink
Update Artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Oct 8, 2024
1 parent 3465ae8 commit 539a1a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
branches:
- '*'
workflow_dispatch:
# pull_request:
# branches:
# - master

jobs:
R-CMD-check:
Expand Down Expand Up @@ -89,8 +86,10 @@ jobs:
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash
- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
overwrite: true
include-hidden-files: true

0 comments on commit 539a1a6

Please sign in to comment.