Skip to content

Commit

Permalink
Fix always in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Oct 8, 2024
1 parent 2523d22 commit 902c8cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
#architecture: 'x64'
- name: Checkout FAIRDataPipeline/FAIR-CLI
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: FAIRDataPipeline/FAIR-CLI
path: FAIR-CLI
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}
- name: Show testthat output
if: always()
if: ${{ !cancelled() }}
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash
- name: Upload check results
Expand Down

0 comments on commit 902c8cb

Please sign in to comment.