Skip to content

Commit

Permalink
#105 clean after full tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent d99ff73 commit 0c15ecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@ jobs:

- name: Show test output
if: always()
run: cat tests/XLConnect_Unit_Tests.txt || true
run: |
cat tests/XLConnect_Unit_Tests.txt || true
git clean -fd "*xls*"
grep -i "0 errors, 0 failures" tests/XLConnect_Unit_Tests.txt
shell: bash

- name: coverage report
Expand Down

0 comments on commit 0c15ecc

Please sign in to comment.