Skip to content

Commit

Permalink
fixup! 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 cc6aaca commit f8015ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: shopfloor app unit tests

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

defaults:
run:
working-directory: shopfloor_ui_tests

jobs:
test:
if: false # Disabled
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f8015ab

Please sign in to comment.