Skip to content

Commit 1fc03ca

Browse files
committed
minor #133 Make sure we save test.log for debugging (Nyholm)
This PR was squashed before being merged into the master branch. Discussion ---------- Make sure we save test.log for debugging This will fix #129 Commits ------- b4fbffe Make sure we save test.log for debugging
2 parents 09fa126 + b4fbffe commit 1fc03ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ jobs:
5050
5151
- name: Run tests
5252
run: ./vendor/bin/simple-phpunit
53+
54+
- name: Upload log file
55+
if: ${{ failure() }}
56+
uses: actions/upload-artifact@v2
57+
with:
58+
name: test.log
59+
path: var/log/test.log
60+
retention-days: 5

0 commit comments

Comments
 (0)