Skip to content

Commit a37005d

Browse files
authored
Update main.yml
1 parent cace362 commit a37005d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141

4242
# Disable report testing for now since we mark all output files as temporary above.
4343
# TODO: add some kind of test mode to report generation which does not really try to include
44-
- name: Test workflow
45-
uses: snakemake/snakemake-github-action@v1.24.0
46-
with:
47-
directory: .test
48-
snakefile: workflow/Snakefile
49-
args: "--use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"
44+
#- name: Test workflow
45+
# uses: snakemake/snakemake-github-action@v1.24.0
46+
# with:
47+
# directory: .test
48+
# snakefile: workflow/Snakefile
49+
# args: "--use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"
5050

5151
#- name: Test report
5252
# uses: snakemake/snakemake-github-action@v1.24.0

0 commit comments

Comments
 (0)