Skip to content

Commit

Permalink
Remove invalid flag from docker logs (#363)
Browse files Browse the repository at this point in the history
* Remove invalid flag from docker logs

* Fix container names
  • Loading branch information
justafish authored Jan 29, 2024
1 parent dcab03f commit e45828e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/TestPHPUnit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
ddev drush site:install -y
ddev drush user:password admin password
ddev task test:phpunit:functional format=junit
docker logs -s chrome | tee test_result/ddev-chrome.log
docker logs -s firefox | tee test_result/ddev-firefox.log
docker logs ddev-drainpipe-chrome | tee test_result/ddev-chrome.log
docker logs ddev-drainpipe-firefox | tee test_result/ddev-firefox.log
- name: Upload test artifacts
if: ${{ always() }}
Expand Down Expand Up @@ -133,8 +133,8 @@ jobs:
ddev drush site:install -y
ddev drush user:password admin password
ddev task test:phpunit:functional format=junit
docker logs -s chrome | tee test_result/ddev-chrome.log
docker logs -s firefox | tee test_result/ddev-firefox.log
docker logs ddev-drainpipe-chrome | tee test_result/ddev-chrome.log
docker logs ddev-drainpipe-firefox | tee test_result/ddev-firefox.log
- name: Upload test artifacts
if: ${{ always() }}
Expand Down

0 comments on commit e45828e

Please sign in to comment.