Updates workflow

pull/31/head
Steve Ruiz 2021-07-09 10:21:41 +01:00
rodzic 26a55b37da
commit 8b7f9ef4e0
2 zmienionych plików z 15 dodań i 3 usunięć

Wyświetl plik

@ -1,2 +1,14 @@
- name: Jest Annotations & Coverage
uses: mattallty/jest-github-action@v1.0.3
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
# unit tests
- name: Jest Annotations & Coverage
uses: mattallty/jest-github-action@v1.0.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Wyświetl plik

@ -95,4 +95,4 @@
"tabWidth": 2,
"useTabs": false
}
}
}