Skip to content

Commit

Permalink
Always upload artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Nov 14, 2024
1 parent d4ec99c commit c71fe83
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
shell: Rscript {0}

- name: Upload check results
if: failure()
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-rrelease-results
Expand Down Expand Up @@ -135,14 +134,6 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get install --yes libcurl4-openssl-dev
# - name: Install system dependencies
# env:
# RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
# run: |
# Rscript -e "remotes::install_github('r-hub/sysreqs')"
# sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
# sudo -s eval "$sysreqs"

- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
Expand All @@ -161,7 +152,6 @@ jobs:
shell: Rscript {0}

- name: Upload check results
if: failure()
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-rrelease-results
Expand Down

0 comments on commit c71fe83

Please sign in to comment.