Bit of debugging
Some checks failed
Solve / example-action (push) Failing after 35s

This commit is contained in:
2024-12-05 15:05:43 +01:00
parent 12cab8af56
commit 143679ec7e
3 changed files with 3803 additions and 1 deletions

View File

@@ -53,7 +53,6 @@ jobs:
echo "Skipping $script: No input found for $dayname" | tee -a solutions-output.txt
continue
fi
echo "$input_var"
echo "Running $script with input from $dayname" | tee -a solutions-output.txt
echo "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
done