Skip to content

Commit 5ba9e45

Browse files
committed
Fix test suite
1 parent 69cf7e4 commit 5ba9e45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
sudo apt-get install bash bats git
17+
- name: Show installed versions
18+
run: |
1719
git --version
1820
bats --version
21+
- name: Configure Git for test suite
22+
run: |
23+
git config --global user.name "Timo Röhling"
24+
git config --global user.email "[email protected]"
1925
- name: Run BATS test suite
2026
run: |
2127
./test.bats

0 commit comments

Comments
 (0)