mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +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 }}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user