improvements to GH actions and build processes #41
validate.yml
on: push
Matrix: Build and run npm test
lint
/
ESLint
43s
Matrix: Validate
Annotations
3 errors and 7 warnings
test/e2e/log.gateway.e2e-spec.ts > LogGateway (e2e) > ON /log/tail-log (native):
test/e2e/log.gateway.e2e-spec.ts#L99
AssertionError: expected "emit" to be called with arguments: [ 'stdout', StringContaining "line 1" ]
Received:
1st emit call:
Array [
"stdout",
- StringContaining "line 1",
+ "Loading logs using native method...
+ ",
]
2nd emit call:
Array [
"stdout",
- StringContaining "line 1",
+ "File: /Users/runner/work/homebridge-config-ui-x/homebridge-config-ui-x/test/.homebridge/homebridge.log
+
+ ",
]
Number of calls: 2
❯ test/e2e/log.gateway.e2e-spec.ts:99:25
|
Validate (macos-13, 22.x)
Process completed with exit code 1.
|
Validate (macos-13, 22.x)
Process completed with exit code 1.
|
Build and run npm test (ubuntu-latest) / build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and run npm test (ubuntu-latest) / build (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and run npm test (ubuntu-latest) / build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Validate (ubuntu-latest, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Validate (ubuntu-latest, 22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Validate (ubuntu-latest, 18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|