git-auto-commit-action/.github/workflows/tests.yml

21 lines
267 B
YAML
Raw Normal View History

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
2020-11-25 19:18:52 +00:00
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test