From 5ba9e459c465def8f7777dea11a632b25a38e9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Tue, 15 Dec 2020 13:12:49 +0100 Subject: [PATCH] Fix test suite --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c914b..69d087a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,14 @@ jobs: - name: Install dependencies run: | sudo apt-get install bash bats git + - name: Show installed versions + run: | git --version bats --version + - name: Configure Git for test suite + run: | + git config --global user.name "Timo Röhling" + git config --global user.email "roehling@github.example.com" - name: Run BATS test suite run: | ./test.bats