Skip to content

Merge pull request #8 from vintasoftware/rjsf-mui #8

Merge pull request #8 from vintasoftware/rjsf-mui

Merge pull request #8 from vintasoftware/rjsf-mui #8

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test