Skip to content

Commit

Permalink
Add debugging for github workers vendor directory not found
Browse files Browse the repository at this point in the history
Try to find out what is happening in the docker install
  • Loading branch information
rixvet committed Aug 16, 2023
1 parent b7b9dcc commit 126fba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:
- name: Test with pytest
run: docker exec hashtopolis-server-dev pytest /var/www/html/ci/apiv2
- name: Show docker log files
if: ${{ always() }}
run: docker logs hashtopolis-server-dev
- name: Show installed files tree in /var/www/html
if: ${{ always() }}
run: docker exec hashtopolis-server-dev find /var/www/html

0 comments on commit 126fba5

Please sign in to comment.