Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-07-29 20:51:56 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-29 20:51:56 +0300
commit3353918d50b1a3a7c25c8d1f62ac3e5f45245ff1 (patch)
tree72dc1e83dc8d36f2c1e29a3e1f98f5d0ea7bf7c0 /.github
parentb28dc5a667ac79bbd67cd1af68785ff239ff35b6 (diff)
GA: Print errors
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9e04458d2..69703cedd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -48,3 +48,6 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml
+
+ - name: Print errors
+ run: cat logs/errors.log