Add Redis support #46
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/
|