Display full log at the end of CI
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -37,3 +37,5 @@ jobs:
|
|||||||
run: sudo timeout 1800 bash install --travis
|
run: sudo timeout 1800 bash install --travis
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sudo timeout 1800 bash tests/travis.sh --actions
|
run: sudo timeout 1800 bash tests/travis.sh --actions
|
||||||
|
- name: Display log
|
||||||
|
run: sudo cat /var/log/wo/test.log | ccze -A
|
||||||
|
|||||||
Reference in New Issue
Block a user