Try again.
This commit is contained in:
parent
e517cfec77
commit
548ea3bd19
6
.github/workflows/solve.yaml
vendored
6
.github/workflows/solve.yaml
vendored
@ -19,9 +19,9 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
for script in $(ls *.kts | sort -r); do
|
||||
echo "Running $script"
|
||||
kotlin $script
|
||||
done | tee solutions-output.txt
|
||||
echo "Running $script" | tee -a solutions-output.txt
|
||||
kotlin $script 2>&1 | tee -a solutions-output.txt
|
||||
done
|
||||
- name: Upload Solutions Output
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user