Update main.yml

This commit is contained in:
Colin Basnett
2025-04-07 11:31:42 -07:00
committed by GitHub
parent 5cfb883a32
commit 385acd40bb

View File

@@ -68,6 +68,8 @@ jobs:
run: | run: |
source venv/bin/activate source venv/bin/activate
pytest -svv tests --blender-addons-dirs . pytest -svv tests --blender-addons-dirs .
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Archive addon - name: Archive addon
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: