Skip to content

Commit

Permalink
try free-disk-space Action and unpin snakemake for linting, as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Aug 9, 2023
1 parent 514c9f2 commit 2189127
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lint workflow
uses: snakemake/snakemake-github-action@v1.25.1
uses: snakemake/snakemake-github-action@v1
with:
directory: .
snakefile: workflow/Snakefile
Expand All @@ -42,6 +42,22 @@ jobs:
- Linting
- Formatting
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- uses: actions/checkout@v2

- name: Test workflow (local FASTQs)
Expand Down

0 comments on commit 2189127

Please sign in to comment.