Fix wrong retraction settings being used #3770
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 tests - run | |
on: | |
push: | |
paths: | |
- 'include/**' | |
- 'src/**' | |
- 'tests/**' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- 'CMakeLists.txt' | |
- '.github/workflows/unit-test.yml' | |
- '.github/workflows/unit-test-post.yml' | |
branches: | |
- main | |
- 'CURA-*' | |
- 'PP-*' | |
- 'NP-*' | |
- '[0-9]+.[0-9]+' | |
pull_request: | |
types: [ opened, reopened, synchronize ] | |
paths: | |
- 'include/**' | |
- 'src/**' | |
- 'tests/**' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- 'CMakeLists.txt' | |
- '.github/workflows/unit-test.yml' | |
- '.github/workflows/unit-test-post.yml' | |
branches: | |
- main | |
- '[0-9]+.[0-9]+' | |
permissions: | |
contents: read | |
jobs: | |
testing: | |
name: Run unit tests | |
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@main | |
with: | |
test_use_ctest: true |