now trying to echo when done

bugfix-109-spaces
Dave Musicant (home machine) 1 year ago
parent 3dcd7c6e62
commit 0eb1394e35

@ -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"

Loading…
Cancel
Save