set needs for testing job

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-12-05 05:05:12 +01:00
parent ad96082a16
commit a69e4f1678
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -52,6 +52,7 @@ jobs:
testing:
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@CURA-10831
needs: [ conan-recipe-version ]
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
conan_extra_args: '-o cura:devtools=True -c tools.build:skip_test=False'