mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:55:54 +08:00
Add FIXME reminders
Contributes to CURA-10831
This commit is contained in:
parent
86493b9c4d
commit
f5354c058f
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@ -45,12 +45,14 @@ env:
|
|||||||
CONAN_PASSWORD: ${{ secrets.CONAN_PASS }}
|
CONAN_PASSWORD: ${{ secrets.CONAN_PASS }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# FIXME: Change to `main` instead of `CURA-10831` once merged
|
||||||
conan-recipe-version:
|
conan-recipe-version:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@CURA-10831
|
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@CURA-10831
|
||||||
with:
|
with:
|
||||||
project_name: cura
|
project_name: cura
|
||||||
|
|
||||||
testing:
|
testing:
|
||||||
|
# FIXME: Change to `main` instead of `CURA-10831` once merged
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@CURA-10831
|
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@CURA-10831
|
||||||
needs: [ conan-recipe-version ]
|
needs: [ conan-recipe-version ]
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user