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 21:03:13 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-29 21:03:13 +0300
commitc27aab30988e032c301babb9f16b5cd50c8085be (patch)
tree505772079c9200757be601beadb9d1cd355809df /.github
parent3353918d50b1a3a7c25c8d1f62ac3e5f45245ff1 (diff)
GA: Another attempt to get error logs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 69703cedd..c8a5332d2 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -49,5 +49,9 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml
- - name: Print errors
- run: cat logs/errors.log
+ - name: Upload artifacts
+ uses: actions/upload-artifact@master
+ if: failure()
+ with:
+ name: Logs
+ path: logs/errors.log