Skip to content

Commit

Permalink
Disable unit tests from shopfloor_ui_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Nov 17, 2023
1 parent 0d0507f commit 7a78bb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: shopfloor app unit tests

on: [push, pull_request]
# Disabled
# on: [push, pull_request]
on: []

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions shopfloor_ui_tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Tech details
* The end-to-end tests are built using `Cypress <https://www.cypress.io/>`_.
* The unit tests are built using `jest <https://jestjs.io/docs/getting-started>`_.

Warning, the Jest units tests have been disabled on Github !


End-to-end tests with Cypress
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 7a78bb6

Please sign in to comment.