Inspect volumes
Jekyll / test-ci-actions (push) Failing after 18s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 17:14:03 +02:00
parent b15883c239
commit 63baae593b
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ jobs:
- name: Verify Jekyll container
id: verify_image
run: |
docker volume ls ${JOB_CONTAINER_NAME}
docker volume inspect "${JOB_CONTAINER_NAME}"
docker volume inspect "${JOB_CONTAINER_NAME}-env"
docker-compose run --rm --entrypoint bash -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll -c "whoami; pwd; ls -lA ."
- name: Build Jekyll site
id: build_site