Skip to content

[14.0][FIX] Disable unit tests from shopfloor_ui_tests #2084

[14.0][FIX] Disable unit tests from shopfloor_ui_tests

[14.0][FIX] Disable unit tests from shopfloor_ui_tests #2084

Workflow file for this run

name: shopfloor app unit tests
on: [push, pull_request]
defaults:
run:
working-directory: shopfloor_ui_tests
jobs:
test:
if: false # Disabled
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test using Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm install
- run: npm run unit-tests