This commit is contained in:
Stefan Zweifel 2020-09-13 13:11:16 +02:00
parent 4ff12ffb5b
commit 62d8f89945
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ jobs:
git clone https://github.com/capitalone/bash_shell_mock
echo "::add-path::bash_shell_mock/bin"
- run: which shellmock
- name: Where is shellmock?
run: which shellmock
- name: Install BATS
run: yarn install