diff --git a/.github/workflows/gitwatch.yml b/.github/workflows/gitwatch.yml index eee7bc2..4eefa97 100644 --- a/.github/workflows/gitwatch.yml +++ b/.github/workflows/gitwatch.yml @@ -87,7 +87,8 @@ jobs: run: | git config --global user.email "test@email.com" git config --global user.name "test user" - # bats -rt tests + bats -rt tests + echo "Finished running tests" - name: Test step run: echo "Now at test step"