Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
cademirch committed Apr 3, 2024
1 parent 9a37f6d commit c7bded4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test whole workflow
uses: snakemake/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
directory: .test/ci/
snakefile: workflow/Snakefile
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test workflow (Local Fastq > VCF)
uses: cademirch/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
directory: .test/ecoli/
snakefile: workflow/Snakefile
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test workflow (Local Fastq > VCF)
uses: snakemake/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
directory: .test/ecoli/
snakefile: workflow/Snakefile
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test workflow (Local Fastq > VCF)
uses: snakemake/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
directory: .test/ecoli/
snakefile: workflow/Snakefile
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test workflow (QC rules)
uses: snakemake/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
snakefile: workflow/modules/qc/Snakefile
directory: .test/qc/
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test workflow (Postprocess)
uses: snakemake/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
snakefile: workflow/modules/postprocess/Snakefile
directory: .test/postprocess/
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test workflow (Trackhubs)
uses: snakemake/snakemake-github-action@v1
uses: cademirch/snakemake-github-action@v1.1
with:
snakefile: workflow/modules/trackhub/Snakefile
directory: .test/trackhub/
Expand Down

0 comments on commit c7bded4

Please sign in to comment.