Update test.yml

This commit is contained in:
svetlagasheva 2020-01-22 16:45:00 +02:00 committed by GitHub
parent 12f71ecec0
commit 5e7475a76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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