Update Tests Workflow

This commit is contained in:
Stefan Zweifel 2020-11-25 20:18:52 +01:00
parent 4e7742676e
commit ac4585b8d5

View File

@ -9,13 +9,7 @@ jobs:
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
- name: Install testing dependencies
run: yarn install
- name: Run Tests