mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
Update test.yml
This commit is contained in:
parent
12f71ecec0
commit
5e7475a76c
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue