Spaces:
Runtime error
Runtime error
fix nome file CI build
Browse files
.github/workflows/test_ci.yml
CHANGED
|
@@ -40,6 +40,6 @@ jobs:
|
|
| 40 |
pytest
|
| 41 |
|
| 42 |
job_call_cd: # Sblocca la pipeline CD se tutto va OK
|
| 43 |
-
needs:
|
| 44 |
uses: ./.github/workflows/CD_docker.yml
|
| 45 |
secrets: inherit # Passa il token
|
|
|
|
| 40 |
pytest
|
| 41 |
|
| 42 |
job_call_cd: # Sblocca la pipeline CD se tutto va OK
|
| 43 |
+
needs: build
|
| 44 |
uses: ./.github/workflows/CD_docker.yml
|
| 45 |
secrets: inherit # Passa il token
|