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:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user