Skip to content

Change postbuild command to not be OS specific #38

Change postbuild command to not be OS specific

Change postbuild command to not be OS specific #38

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
test:
name: Run Jest Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Jest Tests
run: npm test