Update main.yml

pull/31/head
Steve Ruiz 2021-07-09 10:13:29 +01:00
rodzic d22b31000e
commit 26a55b37da
1 zmienionych plików z 2 dodań i 11 usunięć

Wyświetl plik

@ -1,11 +1,2 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test
- name: Jest Annotations & Coverage
uses: mattallty/jest-github-action@v1.0.3