Skip to content

fix(test): Github Actions上で外部サイトへの取得を行うテストをスキップするように (#38) #44

fix(test): Github Actions上で外部サイトへの取得を行うテストをスキップするように (#38)

fix(test): Github Actions上で外部サイトへの取得を行うテストをスキップするように (#38) #44

Triggered via push February 2, 2025 01:59
Status Failure
Total duration 22s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test (20.10.0): src/plugins/amazon.ts#L45
Property 'fediverseCreator' is missing in type '{ title: string | null; icon: string; description: string | null; thumbnail: string | null; player: { url: string | null; width: number | null; height: number | null; allow: string[]; }; sitename: string; activityPub: null; }' but required in type 'Summary'.
test (20.10.0): src/plugins/wikipedia.ts#L33
Property 'fediverseCreator' is missing in type '{ title: any; icon: string; description: string; thumbnail: string; player: { url: null; width: null; height: null; allow: never[]; }; sitename: string; activityPub: null; }' but required in type 'Summary'.
test (20.10.0)
Process completed with exit code 2.