Skip to content

Del (object) from 10 inc tools/pyfmt/tests/pyfmt_inputs/test_import… #417

Del (object) from 10 inc tools/pyfmt/tests/pyfmt_inputs/test_import…

Del (object) from 10 inc tools/pyfmt/tests/pyfmt_inputs/test_import… #417

Workflow file for this run

name: jest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies and run Jest
run: |
cd sapp/ui/frontend
npm install
npm run-script ui-test