mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add FIXME reminders
Contributes to CURA-10831
This commit is contained in:
parent
86493b9c4d
commit
f5354c058f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
@ -45,12 +45,14 @@ env:
|
|||
CONAN_PASSWORD: ${{ secrets.CONAN_PASS }}
|
||||
|
||||
jobs:
|
||||
# FIXME: Change to `main` instead of `CURA-10831` once merged
|
||||
conan-recipe-version:
|
||||
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@CURA-10831
|
||||
with:
|
||||
project_name: cura
|
||||
|
||||
testing:
|
||||
# FIXME: Change to `main` instead of `CURA-10831` once merged
|
||||
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@CURA-10831
|
||||
needs: [ conan-recipe-version ]
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue