Skip to content

Commit

Permalink
WIP: test ci libc version (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dericy authored Mar 12, 2024
1 parent 7942789 commit b7d872a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/htcondor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
DOCKER_COMPOSE: ${{ env.DOCKER_COMPOSE }}
SNAKEMAKE_IMAGE: ${{ env.SNAKEMAKE_IMAGE }}
HTCONDOR_IMAGE: ${{ env.HTCONDOR_IMAGE }}
run: ./tests/deploystack.sh
run: ./tests/deploystack.sh && CONTAINER=$(podman ps | grep cookiecutter-htcondor_snakemake | awk '{print $1}') podman exec $CONTAINER ldd --version

- if: steps.cache-images.outputs.cache-hit != 'true'
run: docker save -o ~/image-cache/snakemake.tar ${{ env.SNAKEMAKE_IMAGE }}
Expand Down

0 comments on commit b7d872a

Please sign in to comment.