stremio-web/.github/workflows/test.yml
2020-01-22 16:49:03 +02:00

20 lines
339 B
YAML

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