Skip to content

Commit

Permalink
Output results in another steps, as outputs might be truncated.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDuckCow committed Jun 8, 2024
1 parent a00fbba commit de57abc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
${{ matrix.blender-version }} --extract --remove-compressed \
--quiet --print-blender-executable)" > blender_execs.txt
- name: Download assets
if: always()
run: |
# TODO: use git describe --tags or equivalent to automatically get latest stable.
# or at least hard code this more recent one:
Expand All @@ -83,4 +84,5 @@ jobs:
echo "Addon was installed?"
echo $(ls /home/runner/.config/blender/4.1/scripts/addons)
echo $(ls /home/runner/.config/blender/4.1/scripts/addons/MCprep_addon/MCprep_resources)
- name: Output results
run: cat test_results.csv

0 comments on commit de57abc

Please sign in to comment.