Skip to content

Commit

Permalink
try docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Aug 13, 2024
1 parent 4dd992b commit 32b27c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ jobs:
# uses: mxschmitt/action-tmate@v3

- name: Run tests
run: test-drupal-project run_tests
run: |
test-drupal-project run_tests
docker logs ${{ job.services.chrome.id }
env:
THUNDER_TEST_CHUNK: ${{ matrix.CHUNK }}
DRUPAL_TESTING_TEST_PATH: /tmp/test/thunder/install/docroot/profiles/contrib/thunder/tests/src/TestSuites/ThunderTestSuite.php
Expand Down

0 comments on commit 32b27c2

Please sign in to comment.