Skip to content

Commit

Permalink
Show docker (error) logging in workflow
Browse files Browse the repository at this point in the history
This allows us to make easier debugging, since php error messasges
sometimes get truncated in display on pytest
  • Loading branch information
rixvet committed Aug 16, 2023
1 parent 8dd8ea4 commit cb64801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: docker exec hashtopolis-server-dev php /var/www/html/ci/run.php -vmaster
- name: Test with pytest
run: docker exec hashtopolis-server-dev pytest /var/www/html/ci/apiv2
- name: Show docker log files
run: docker logs hashtopolis-server-dev

0 comments on commit cb64801

Please sign in to comment.