Skip to content

CURA-12313 Add argument to set actual number of output extruders #206

CURA-12313 Add argument to set actual number of output extruders

CURA-12313 Add argument to set actual number of output extruders #206

Workflow file for this run

---
name: unit-test
on:
push:
paths:
- 'include/**'
- 'src/**'
- 'test/**'
- 'conanfile.py'
- 'CMakeLists.txt'
- '.github/workflows/unit-test.yml'
branches:
- main
- 'CURA-*'
- 'PP-*'
- 'SS-*'
- '[0-9]+.[0-9]+'
pull_request:
types: [ opened, reopened, synchronize ]
paths:
- 'include/**'
- 'src/**'
- 'tests/**'
- 'conanfile.py'
- 'CMakeLists.txt'
- '.github/workflows/unit-test.yml'
- '.github/workflows/unit-test-post.yml'
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_ctest: true