This commit is contained in:
Test Suite 2020-09-13 13:45:53 +02:00
parent 678486426c
commit bceb061b98
2 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,10 @@ jobs:
- name: Where is shellmock?
run: which shellmock
- name: GitHub Detection
run: |
pwd
- name: Install BATS
run: yarn install

7
wip.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [[ -n $GITHUB ]]; then
echo "GitHub available"
fi
echo "End"