From b94a6054c58d235e9986847a4152e48dd9abd1ee Mon Sep 17 00:00:00 2001 From: Thierry Ducrest Date: Wed, 15 Nov 2023 15:41:41 +0100 Subject: [PATCH] Disable unit tests from shopfloor_ui_tests --- .github/{workflows => workflows_disabled}/ui-unit-tests.yml | 0 shopfloor_ui_tests/README.rst | 3 +++ 2 files changed, 3 insertions(+) rename .github/{workflows => workflows_disabled}/ui-unit-tests.yml (100%) diff --git a/.github/workflows/ui-unit-tests.yml b/.github/workflows_disabled/ui-unit-tests.yml similarity index 100% rename from .github/workflows/ui-unit-tests.yml rename to .github/workflows_disabled/ui-unit-tests.yml diff --git a/shopfloor_ui_tests/README.rst b/shopfloor_ui_tests/README.rst index d3855ad363..3961b03f2b 100644 --- a/shopfloor_ui_tests/README.rst +++ b/shopfloor_ui_tests/README.rst @@ -18,6 +18,9 @@ Tech details * The end-to-end tests are built using `Cypress `_. * The unit tests are built using `jest `_. +Warning, the Jest units tests have been disabled on Github ! + + End-to-end tests with Cypress ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~