Skip to content

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

[14.0][FIX] Disable unit tests from shopfloor_ui_tests

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

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

Check failure on line 11 in .github/workflows/ui-unit-tests.yml

View workflow run for this annotation

GitHub Actions / shopfloor app unit tests

Invalid workflow file

The workflow is not valid. .github/workflows/ui-unit-tests.yml (Line: 11, Col: 9): Unexpected symbol: '$'. Located at position 1 within expression: $({ false })
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