Skip to content

Adds created timestamp to learningpath #2140

Adds created timestamp to learningpath

Adds created timestamp to learningpath #2140

Triggered via pull request November 21, 2024 13:30
Status Failure
Total duration 51s
Artifacts

ci.yml

on: pull_request
Unit tests
43s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Unit tests: src/utils/apiHelpers.ts#L199
Property 'created' is missing in type '{ title: string; description: string; lastUpdated: string; coverphoto: ICoverPhoto | undefined; tags: string[]; learningsteps: { title: string; description: string | undefined; ... 10 more ...; supportedLanguages: string[]; }[]; ... 13 more ...; message?: IMessage | undefined; }' but required in type 'GQLLearningpath'.
Unit tests
Process completed with exit code 2.
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/