just git config back in

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

@ -82,11 +82,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
# - name: Run tests
# shell: bash
# run: |
# git config --global user.email "test@email.com"
# git config --global user.name "test user"
- name: Run tests
shell: bash
run: |
git config --global user.email "test@email.com"
git config --global user.name "test user"
# bats -rt tests
- name: Test step

Loading…
Cancel
Save