This commit is contained in:
parent
29a9f321cd
commit
12cab8af56
1
.github/workflows/solve.yaml
vendored
1
.github/workflows/solve.yaml
vendored
@ -53,6 +53,7 @@ jobs:
|
|||||||
echo "Skipping $script: No input found for $dayname" | tee -a solutions-output.txt
|
echo "Skipping $script: No input found for $dayname" | tee -a solutions-output.txt
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
echo "$input_var"
|
||||||
echo "Running $script with input from $dayname" | tee -a solutions-output.txt
|
echo "Running $script with input from $dayname" | tee -a solutions-output.txt
|
||||||
echo "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
|
echo "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user