CURA-12390 Bump patch version to reflect Conan upgrade #986
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: unit-test | |
on: | |
push: | |
paths: | |
- 'plugins/**' | |
- 'resources/**' | |
- 'UM/**' | |
- 'tests/**' | |
- '.github/workflows/unit-test.yml' | |
- 'requirements*.txt' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- '*.jinja' | |
branches: | |
- main | |
- 'CURA-*' | |
- 'PP-*' | |
- '[0-9]+.[0-9]+' | |
pull_request: | |
paths: | |
- 'plugins/**' | |
- 'resources/**' | |
- 'UM/**' | |
- 'icons/**' | |
- 'tests/**' | |
- '.github/workflows/unit-test.yml' | |
- 'requirements*.txt' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- '*.jinja' | |
branches: | |
- main | |
- '[0-9]+.[0-9]+' | |
jobs: | |
testing: | |
name: Run unit tests | |
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@main | |
with: | |
test_use_pytest: true |