diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3be8bcc9d..97084cf89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,10 @@ jobs: -type f \ -exec rm -v {} + + - name: Liste les fichiers présents + run: | + ls -alh + - run: ./tests/test-cli.sh - run: ./tests/test-prune-entities.sh