1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 18:03:26 +08:00
Files
commit-action/.github/workflows/tests.yml
2020-09-13 14:21:10 +02:00

24 lines
377 B
YAML

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Shell Mock
run: |
git clone https://github.com/capitalone/bash_shell_mock
cd bash_shell_mock
sudo ./install.sh /usr/local
- name: Install BATS
run: yarn install
- name: Run Tests
run: yarn test