Skip to content

Commit

Permalink
#105 correct path to test output
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent a4d1204 commit d99ff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Show test output
if: always()
run: cat XLConnect_Unit_Tests.txt || true
run: cat tests/XLConnect_Unit_Tests.txt || true
shell: bash

- name: coverage report
Expand Down

0 comments on commit d99ff73

Please sign in to comment.