Преглед изворни кода

fix: remove the dependency of intermitten-tests and overall-tests on coverage step

trgiangdo пре 1 година
родитељ
комит
6ba89b878c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/workflows/overall-tests.yml

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

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