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