Create test.yml

This commit is contained in:
svetlagasheva 2020-01-22 12:04:47 +02:00 committed by GitHub
parent 83c7f87e16
commit 9beefbb982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Test
on:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test
run: |
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
yarn install && yarn test