Skip to content

Commit 3c0f008

Browse files
2 parents efa76f2 + ef518dd commit 3c0f008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ jobs:
1717
with:
1818
environment-file: workflow/envs/github-actions.yml
1919
cache-environment: true
20+
2021
- name: Lint workflow
2122
uses: snakemake/[email protected]
2223
with:
2324
directory: .
2425
snakefile: workflow/Snakefile
2526
args: "--lint"
27+
2628
- name: Run test workflow
2729
uses: snakemake/[email protected]
2830
with:
2931
directory: tests/tmp
3032
snakefile: ../../workflow/Snakefile
3133
args: "--forceall --cores 2 --use-conda --conda-frontend mamba --conda-cleanup-pkgs cache --show-failed-logs --all-temp --configfile ../config/test.yaml"
34+
3235
- name: Test with pytest
3336
shell: bash -el {0}
3437
run: |

0 commit comments

Comments
 (0)