Skip to content

Unit tests + widget input fixes #5

Unit tests + widget input fixes

Unit tests + widget input fixes #5

Workflow file for this run

name: Tests CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Tests
run: |
npm install
npm run test:generate
npm test
working-directory: ./tests-ui