git-auto-commit-action/.github/workflows/tests.yml
2020-11-25 20:18:52 +01:00

18 lines
220 B
YAML

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test