Skip to content

Commit

Permalink
include sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed May 6, 2024
1 parent 6d8ed78 commit 94fd381
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,13 @@ jobs:
pip install dist/*.whl
resources/buildforCI.sh
- name: Clear space
run: rm -rf /opt/hostedtoolcache
run: rm -rf /opt/hostedtoolcache && mkdir -p .snakemake/singularity
- name: Download singularity
uses: actions/download-artifact@v4
- name: move image to .snakemake folder
run: mkdir -p .snakemake/singularity && mv etc/usr/artifacts/*/* .snakemake/singularity
name: deps-image
path: .snakemake/singularity
- name: sanity check
run: ls .snakemake && ls .snakemake/singularity
- name: harpy demultiplex
shell: micromamba-shell {0}
run: harpy demultiplex gen1 --schema test/demux/samples.schema test/demux/Undetermined_S0_L004_R* test/demux/Undetermined_S0_L004_I*
Expand Down

0 comments on commit 94fd381

Please sign in to comment.