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