2021-07-09 09:21:41 +00:00
|
|
|
name: CI
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
# unit tests
|
|
|
|
- name: Jest Annotations & Coverage
|
|
|
|
uses: mattallty/jest-github-action@v1.0.3
|
|
|
|
env:
|
2021-07-09 09:28:57 +00:00
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|