Skip to content

Merge pull request #8 from formidablejs/feature/config-clean-up #36

Merge pull request #8 from formidablejs/feature/config-clean-up

Merge pull request #8 from formidablejs/feature/config-clean-up #36

Workflow file for this run

name: Tests
on: push
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Build lib
run: npm run build
- name: Run tests
run: npm test
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Build lib
run: npm run build
- name: Run tests
run: npm test