Skip to content

Commit

Permalink
#16 Try one test only (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaskastle committed Mar 29, 2020
1 parent c644c60 commit c04f56e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@ jobs:
cd examples/testing-*/
- name: Download and Test Blender ${{ matrix.blender-version }} x ${{ matrix.os}}
run: |
cd examples/testing-*/
pwd
python test_addon_blender.py ${{ matrix.blender-version }} fake_addon
- name: Test Blender ${{ matrix.blender-version }} x ${{ matrix.os}} Advanced
run: |
cd examples/testing-*/
python test_addon_blender_advanced.py ${{ matrix.blender-version }} fake_addon
- name: Test Blender ${{ matrix.blender-version }} x ${{ matrix.os}} Prezipped Addon
run: |
cd examples/testing-*/
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
Expand Down

0 comments on commit c04f56e

Please sign in to comment.