Skip to content

Commit

Permalink
Add disk space cleanup before pipeline download test
Browse files Browse the repository at this point in the history
Without it, download failed in scrnaseq, possibly others affected as well.
  • Loading branch information
grst authored Apr 18, 2024
1 parent 9eac5e9 commit 7ee4363
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
download:
runs-on: ubuntu-latest
steps:
- name: Disk space cleanup
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1

Expand Down

0 comments on commit 7ee4363

Please sign in to comment.