git-auto-commit-action/.github/workflows/tests.yml
Stefan Zweifel ad3cb9b9dc WIP
2020-09-13 12:47:46 +02:00

23 lines
357 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
echo ::add-path bash_shell_mock/bin
- name: Install BATS
run: yarn install
- name: Run Tests
run: yarn test