Skip to content

Commit

Permalink
Fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Dec 15, 2020
1 parent 69cf7e4 commit 5ba9e45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ba9e45

Please sign in to comment.