try just counting tests

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

@ -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 -c tests
#bats -rt tests
echo "Finished running tests"
- name: Test step

Loading…
Cancel
Save