Skip to content

Add Redis support

Add Redis support #46

Triggered via pull request October 14, 2024 11:06
@smessiesmessie
synchronize #8
redis
Status Failure
Total duration 26s
Artifacts

build-test.yml

on: pull_request
build-and-test
16s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test/extractor.test.ts > SDS storage writer tests > ingest configuration: test/extractor.test.ts#L110
AssertionError: expected [ undefined, undefined, …(2) ] to deeply equal [ 'https://example.org/ns#', …(3) ] - Expected + Received Array [ - "https://example.org/ns#", - "https://example.org/ns#", - "https://example.org/ns#", - "https://example.org/ns#", + undefined, + undefined, + undefined, + undefined, ] ❯ test/extractor.test.ts:110:46
build-and-test
Process completed with exit code 1.
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/