trying a simple test

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

@ -87,8 +87,8 @@ jobs:
run: |
git config --global user.email "test@email.com"
git config --global user.name "test user"
bats -c tests
#bats -rt tests
bats -rt othertests
echo "Finished running tests"
- name: Test step

@ -0,0 +1,11 @@
#!/usr/bin/env bats
# This is a testscript using the bats testing framework:
# https://github.com/sstephenson/bats
# To run it, at a command prompt:
# bats testscript.bats
function commit_log_messages_working { #@test
echo "Test complete"
}
Loading…
Cancel
Save