git-auto-commit-action/.github/workflows/tests.yml
Stefan Zweifel 4ff12ffb5b WIP
2020-09-13 13:09:02 +02:00

25 lines
388 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"
- run: which shellmock
- name: Install BATS
run: yarn install
- name: Run Tests
run: yarn test