1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-03 02:27:16 +08:00
Files
commit-action/.github/workflows/tests.yml

21 lines
267 B
YAML

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