Github tests log improvement (#14559)

* Github tests log improvement
Don't fail when dumping non-existent log file

* Update test.yml
This commit is contained in:
Tony Murray
2022-11-02 11:09:18 -05:00
committed by GitHub
parent 2dea36f70f
commit a00ad931ab

View File

@ -191,12 +191,12 @@ jobs:
name: Dump serve logs
if: always() && matrix.skip-web-check != '1'
run: |
cat /tmp/artisan-serve.log
cat /tmp/artisan-serve.log || true
-
name: Dump snmp logs
if: always() && matrix.skip-unit-check != '1'
run: |
cat /tmp/snmpsimd.log
cat /tmp/snmpsimd.log || true
-
name: Dump context
if: always()