feat(docker): integration tests in github pipeline (#21) #6
Annotations
3 errors and 1 warning
src/trace/trace.test.ts > trace module > include parameters > should return the trace with mlflow object:
src/trace/trace.test.ts#L109
AssertionError: expected 'START_TRACE' to be 'CLOSE_TRACE' // Object.is equality
Expected: "CLOSE_TRACE"
Received: "START_TRACE"
❯ src/trace/trace.test.ts:109:34
|
src/trace/trace.test.ts > trace module > include parameters > should return the trace with both trace and mlflow object:
src/trace/trace.test.ts#L125
AssertionError: expected 'START_TRACE' to be 'CLOSE_TRACE' // Object.is equality
Expected: "CLOSE_TRACE"
Received: "START_TRACE"
❯ src/trace/trace.test.ts:125:34
|
Integration Test
Process completed with exit code 1.
|
Integration Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|