Skip to content

Commit

Permalink
#16 Try one test only
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaskastle committed Mar 29, 2020
1 parent 2ae6960 commit 393670f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
bash rebuild_pipreinstall_and_testexamples.sh
cd examples/testing-*/
pwd
run: |
python test_addon_blender.py ${{ matrix.blender-version }} fake_addon
python test_addon_blender_advanced.py ${{ matrix.blender-version }} fake_addon
python test_addon_blender_prezipped_addon.py ${{ matrix.blender-version }} fake_addon
cd ../..
# python test_addon_blender_advanced.py ${{ matrix.blender-version }} fake_addon
# python test_addon_blender_prezipped_addon.py ${{ matrix.blender-version }} fake_addon
# cd ../..
# - name: Expose coverage as a CI download # Related to test_fake_addon_blender_advanced.py
# uses: actions/upload-artifact@v1
# with:
Expand Down

0 comments on commit 393670f

Please sign in to comment.