Explorar el Código

Merge pull request #1220 from Avaiga/fix/remove-dependent-on-coverage-test-action

Đỗ Trường Giang hace 1 año
padre
commit
43c6559b91
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/overall-tests.yml

+ 2 - 2
.github/workflows/overall-tests.yml

@@ -41,7 +41,7 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           token: ${{ secrets.GITHUB_TOKEN }}
 
 
   overall-tests:
   overall-tests:
-    needs: [coverage, partial-tests]
+    needs: [partial-tests]
     timeout-minutes: 50
     timeout-minutes: 50
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
@@ -69,7 +69,7 @@ jobs:
           pipenv run pytest -m "not orchestrator_dispatcher and not standalone and not teste2e" tests
           pipenv run pytest -m "not orchestrator_dispatcher and not standalone and not teste2e" tests
 
 
   intermittent-tests:
   intermittent-tests:
-    needs: [coverage, partial-tests]
+    needs: [partial-tests]
     timeout-minutes: 40
     timeout-minutes: 40
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false