This commit is contained in:
1
.github/workflows/solve.yaml
vendored
1
.github/workflows/solve.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user