From e4599cc524e35a5e5cfaaa888c57b75af9d1634e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphae=CC=88l=20Squelbut?= Date: Mon, 22 Jan 2024 15:01:55 +0100 Subject: [PATCH] =?UTF-8?q?ajoute=20de=20l'aide=20pour=20le=20debug=20en?= =?UTF-8?q?=20cas=20de=20diff=C3=A9rence=20sur=20les=20ex=C3=A9cutions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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