소스 검색

remove long tests from partial tests

jrobinAV 1 년 전
부모
커밋
be5104d530
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/partial-tests.yml

+ 1 - 1
.github/workflows/partial-tests.yml

@@ -89,7 +89,7 @@ jobs:
 
       - name: Pytest Core
         if: steps.changes.outputs.core == 'true'
-        run: pipenv run pytest  tests/core
+        run: pipenv run pytest -m "not orchestrator_dispatcher" tests/core
 
       - name: Pytest GUI
         if: steps.changes.outputs.gui == 'true'