This commit is contained in:
Max Kainov 2024-09-30 16:26:02 +02:00
parent e319d1c8e7
commit fc40b5bf70

View File

@ -22,11 +22,10 @@ start=$(date +%s)
runtime=$(($(date +%s)-start))
echo "Check whitespaces. Done. $runtime seconds."
# Disabled for praktika integration. To be removed or re-enabled
#start=$(date +%s)
#./check-workflows |& tee /test_output/workflows_output.txt
#runtime=$(($(date +%s)-start))
#echo "Check workflows. Done. $runtime seconds."
start=$(date +%s)
./check-workflows |& tee /test_output/workflows_output.txt
runtime=$(($(date +%s)-start))
echo "Check workflows. Done. $runtime seconds."
start=$(date +%s)
./check-submodules |& tee /test_output/submodules_output.txt