diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c042aa1..bba7903 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,10 @@ jobs: - name: Where is shellmock? run: which shellmock + - name: GitHub Detection + run: | + pwd + - name: Install BATS run: yarn install diff --git a/wip.sh b/wip.sh new file mode 100644 index 0000000..a27634e --- /dev/null +++ b/wip.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +if [[ -n $GITHUB ]]; then + echo "GitHub available" +fi + +echo "End"