Skip to content

Commit

Permalink
moves up task to free space
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavalan Gajapathy committed Jun 20, 2023
1 parent ce4a420 commit 126f5be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/system_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
run: |
df -h
- name: Frees Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
# this might remove tools that are actually needed, when set to "true"
tool-cache: true

- name: checkout repository
uses: actions/checkout@v2

Expand Down Expand Up @@ -77,12 +83,6 @@ jobs:
df -h
bash src/setup_dependency_datasets.sh
- name: Frees Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
# this might remove tools that are actually needed, when set to "true"
tool-cache: true

- name: Run QuaC system testing - WGS mode AND no prior QC data
run: |
df -h
Expand Down

0 comments on commit 126f5be

Please sign in to comment.