Skip to content

Commit

Permalink
setting up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed May 15, 2024
1 parent af9dc48 commit 8d14022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint workflow
uses: snakemake/snakemake-github-action@v1.24.0
with:
directory: .test
directory: .
snakefile: workflow/Snakefile
args: "--lint --configfile config/config_test.yaml"

Expand Down Expand Up @@ -64,13 +64,13 @@ jobs:
- name: Test workflow
uses: snakemake/snakemake-github-action@v1.24.0
with:
directory: .test
directory: .
snakefile: workflow/Snakefile
args: "--configfile config/config_test.yaml --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"

- name: Test report
uses: snakemake/snakemake-github-action@v1.24.0
with:
directory: .test
directory: .
snakefile: workflow/Snakefile
args: "--report report.zip"

0 comments on commit 8d14022

Please sign in to comment.