mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:35:56 +08:00
Checkout the repo, needed by setup python
Contributes to CURA-9459
This commit is contained in:
parent
b2531c851f
commit
c01410146d
5
.github/workflows/unit-test.yml
vendored
5
.github/workflows/unit-test.yml
vendored
@ -134,10 +134,13 @@ jobs:
|
||||
|
||||
publish-test-results:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [ conan-recipe-version ]
|
||||
needs: [ testing ]
|
||||
if: success() || failure()
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Python and pip
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user