Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDuckCow committed Jun 8, 2024
1 parent 31edccb commit 6233efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
mkdir -p /home/runner/.config/blender/4.1/scripts/addons
- name: Run tests
run: |
python run_tests.py -t MaterialsTest
ls -lta /home/runner/work/MCprep/MCprep/test_files/test_resource_pack/materials.blend
git lfs pull
ls -lta /home/runner/work/MCprep/MCprep/test_files/test_resource_pack/materials.blend
python run_tests.py -t MaterialsTest
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)
Expand Down

0 comments on commit 6233efb

Please sign in to comment.