Update Tests Workflow
This commit is contained in:
parent
4e7742676e
commit
ac4585b8d5
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -9,13 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Shell Mock
|
- name: Install testing dependencies
|
||||||
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
|
run: yarn install
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user