Update main.yml

pull/71/head
Steve Ruiz 2021-08-13 12:22:11 +01:00
rodzic 4eb29349be
commit d8bf5ef7cf
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
# buikd
- name: Build
run: yarn build
# unit tests
- name: Jest Annotations & Coverage
uses: mattallty/jest-github-action@v1.0.3