From 7a78bb6313e41c2805ce210ce293014c43a3bc13 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/ui-unit-tests.yml | 4 +++- shopfloor_ui_tests/README.rst | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ui-unit-tests.yml b/.github/workflows/ui-unit-tests.yml index 59be2af4b5a..c9fbe4d6d10 100644 --- a/.github/workflows/ui-unit-tests.yml +++ b/.github/workflows/ui-unit-tests.yml @@ -1,6 +1,8 @@ name: shopfloor app unit tests -on: [push, pull_request] +# Disabled +# on: [push, pull_request] +on: [] defaults: run: diff --git a/shopfloor_ui_tests/README.rst b/shopfloor_ui_tests/README.rst index d3855ad3638..3961b03f2b2 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~