Skip to content

Commit

Permalink
[BUILD] fix log output in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrotanner committed Jul 3, 2024
1 parent 16e7a32 commit d3fbc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Show logs if tests failed
if: ${{ failure() }}
run: cat storage/logs/laravel-*.log
run: cat storage/logs/laravel*.log

- name: publish coverage report
if: ${{ success() }}
Expand Down

0 comments on commit d3fbc59

Please sign in to comment.