Skip to content

Commit

Permalink
update CI logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed May 28, 2024
1 parent 6a963f2 commit 7e9b7cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:

- name: Print container logs logs
if: always()
run: |
docker logs helioviewer-api-1
docker logs helioviewer-web-1
docker logs helioviewer-database-1
docker logs helioviewer-movies-1
run: docker logs helioviewer-api-1

# Run the tests inside the api container
- name: Run phpunit tests
Expand Down

0 comments on commit 7e9b7cd

Please sign in to comment.