From 0f0a906331cd3276c9e33cbd8ccaac702bf01e83 Mon Sep 17 00:00:00 2001 From: miro Date: Mon, 14 Oct 2024 23:30:16 +0100 Subject: [PATCH] unittests --- .github/workflows/end2end_tests.yml | 2 +- .github/workflows/integration_tests.yml | 4 ++-- .github/workflows/mycroft_tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/end2end_tests.yml b/.github/workflows/end2end_tests.yml index 6af19479bf3..e628d48bfac 100644 --- a/.github/workflows/end2end_tests.yml +++ b/.github/workflows/end2end_tests.yml @@ -51,7 +51,7 @@ jobs: - name: Install test dependencies run: | pip install -r requirements/tests.txt - pip install ./test/unittests/common_query/ovos_tskill_fakewiki + pip install ./test/integrationtests/common_query/ovos_tskill_fakewiki pip install ./test/end2end/skill-ovos-hello-world pip install ./test/end2end/skill-ovos-fallback-unknown pip install ./test/end2end/skill-ovos-slow-fallback diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index ba4b773f56e..419f5c468fc 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1,4 +1,4 @@ -name: Run UnitTests +name: Run Integration Tests on: pull_request: branches: @@ -51,7 +51,7 @@ jobs: - name: Install test dependencies run: | pip install -r requirements/tests.txt - pip install ./test/unittests/common_query/ovos_tskill_fakewiki + pip install ./test/integrationtests/common_query/ovos_tskill_fakewiki - name: Install core repo run: | pip install -e .[mycroft,plugins] diff --git a/.github/workflows/mycroft_tests.yml b/.github/workflows/mycroft_tests.yml index ec7b1378551..692e46a1292 100644 --- a/.github/workflows/mycroft_tests.yml +++ b/.github/workflows/mycroft_tests.yml @@ -1,4 +1,4 @@ -name: Run UnitTests +name: Run Mycroft Tests on: pull_request: branches: