Skip to content

Commit

Permalink
fail early, fail often
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Nov 20, 2024
1 parent aafa74b commit 19ee33e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
sysctl kernel.apparmor_restrict_unprivileged_unconfined \
kernel.apparmor_restrict_unprivileged_userns \
kernel.unprivileged_userns_clone
imgdir=/github/workspace/mehari-data-tx-workflow/.snakemake/singularity
mkdir -p $imgdir
pushd $imgdir
singularity pull --name bc40b59cbb87acb3ff98d1dbdc12639e.simg docker://ghcr.io/varfish-org/mehari:pr-603
popd
singularity exec --home '/github/workspace/mehari-data-tx-workflow' -B /github/workspace/snakemake_cache:/github/workspace/snakemake_cache:rw /github/workspace/mehari-data-tx-workflow/.snakemake/singularity/bc40b59cbb87acb3ff98d1dbdc12639e.simg bash -c 'set -euo pipefail; mehari --help'
- name: Cache data directory
id: cache-mehari-data-tx
Expand Down

0 comments on commit 19ee33e

Please sign in to comment.