Test artifact
This commit is contained in:
parent
f45335ee2c
commit
9e9522eeee
7
.github/workflows/solve.yaml
vendored
7
.github/workflows/solve.yaml
vendored
@ -21,4 +21,9 @@ jobs:
|
||||
for script in $(ls *.kts | sort -r); do
|
||||
echo "Running $script"
|
||||
kotlin $script
|
||||
done
|
||||
done | tee solutions-output.txt
|
||||
- name: Upload Solutions Output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: solutions-output
|
||||
path: solutions-output.txt
|
||||
|
Loading…
Reference in New Issue
Block a user