Update test.yml

This commit is contained in:
svetlagasheva 2020-01-22 16:49:03 +02:00 committed by GitHub
parent 7a82df4792
commit 8cf5650dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,5 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Test
run: yarn install && yarn test
run: |
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
yarn install && yarn test