Skip to content

Properly setup unit tests for auto execution #135

Properly setup unit tests for auto execution

Properly setup unit tests for auto execution #135

Workflow file for this run

name: conan-package
on:
push:
paths:
- 'include/**'
- 'src/**'
- 'test/**'
- 'test_package/**'
- 'conanfile.py'
- 'CMakeLists.txt'
- 'pyDulcificum/**'
- '.github/workflows/conan-package.yml'
- '.github/worflows/requirements-conan-package.txt'
branches:
- main
- 'CURA-*'
- 'PP-*'
- 'SS-*'
- '[0-9].[0-9]*'
- '[0-9].[0-9][0-9]*'
tags:
- '[0-9]+.[0-9]+.[0-9]*'
- '[0-9]+.[0-9]+.[0-9]'
jobs:
# FIXME: Use main once merged
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
with:
project_name: dulcificum
secrets: inherit