From f54b16a09eddb1c7b57c7f3deeb220e65fda515d Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Fri, 20 Oct 2023 11:13:05 +0200 Subject: [PATCH] WIP: test de la CI --- .forgejo/workflows/ci.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a219d7e..833f399 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -37,10 +37,4 @@ jobs: stl check -F $file | grep -e "Err" -e "erreur de" -e "Aucun fichier" && errors=$((errors+1)) # error if err is read in standard output done [ $errors -gt 0 ] && false - for file in $files - do - echo "Test supplémentaire de $file" - stl log clean - stl check -F $file &> /dev/null - stl check -F $file &> /dev/null - done + true