Debug this
Jekyll / test-ci-actions (push) Failing after 19s Details

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

View File

@ -45,6 +45,7 @@ jobs:
- name: Verify Jekyll container
id: verify_image
run: |
set -x
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 ."