Skip to content

Create GitHub Jest CI #10

Create GitHub Jest CI

Create GitHub Jest CI #10

Workflow file for this run

name: Jest Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test