Skip to content

Commit

Permalink
ajoute de l'aide pour le debug en cas de différence sur les exécutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Squelbut committed Jan 22, 2024
1 parent 549f262 commit e4599cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4599cc

Please sign in to comment.