Create jest.yml
This commit is contained in:
11
.github/workflows/jest.yml
vendored
Normal file
11
.github/workflows/jest.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: Jest-Tests
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install modules
|
||||||
|
run: yarn
|
||||||
|
- name: Run tests
|
||||||
|
run: yarn test -u
|
||||||
Reference in New Issue
Block a user