Skip to content

Commit

Permalink
excluing report step temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed May 15, 2024
1 parent 756162a commit ab62f89
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
snakefile: workflow/Snakefile
args: "--configfile config/config_test.yaml --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp --dry-run"

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

# excluding this step for now (because of --dry-run option in the previous step)

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

0 comments on commit ab62f89

Please sign in to comment.