mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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()
|
||||
|
Reference in New Issue
Block a user