Skip to content

Create Snapshot Model and Route #7774

Create Snapshot Model and Route

Create Snapshot Model and Route #7774

Triggered via pull request September 19, 2024 19:38
Status Failure
Total duration 6m 51s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 2 warnings
build (ubuntu-20.04)
Module '"src/domain/handlers"' has no exported member 'NamedQueries'.
build (ubuntu-20.04)
Module '"src/domain/handlers"' has no exported member 'NamedQueries'.
build (ubuntu-20.04)
Expected 1 arguments, but got 2.
build (ubuntu-20.04)
Cannot find name 'create'.
build (ubuntu-20.04)
Expected 1 arguments, but got 2.
build (ubuntu-20.04)
Property 'description' does not exist on type 'Query'.
build (ubuntu-20.04)
Property 'tags' does not exist on type 'Query'.
build (ubuntu-20.04)
Property 'isReadOnly' does not exist on type 'Query'.
build (ubuntu-20.04)
Type '{ id: string; name: string; description: string; tags: string[]; isReadOnly: boolean; }' is not assignable to type 'Query'.
build (ubuntu-20.04)
Type '{ id: string; name: string; }' is missing the following properties from type 'Query': pins, value
build (macos-14)
The job was canceled because "ubuntu-20_04" failed.
build (macos-14)
Module '"src/domain/handlers"' has no exported member 'NamedQueries'.
build (macos-14)
Module '"src/domain/handlers"' has no exported member 'NamedQueries'.
build (macos-14)
Expected 1 arguments, but got 2.
build (macos-14)
Cannot find name 'create'.
build (macos-14)
Expected 1 arguments, but got 2.
build (macos-14)
Property 'description' does not exist on type 'Query'.
build (macos-14)
Property 'tags' does not exist on type 'Query'.
build (macos-14)
Property 'isReadOnly' does not exist on type 'Query'.
build (macos-14)
Type '{ id: string; name: string; description: string; tags: string[]; isReadOnly: boolean; }' is not assignable to type 'Query'.
build (macos-14)
Type '{ id: string; name: string; }' is missing the following properties from type 'Query': pins, value
build (windows-2019)
The job was canceled because "ubuntu-20_04" failed.
build (macos-12)
The job was canceled because "ubuntu-20_04" failed.
build (ubuntu-20.04)
Restore cache failed: Dependencies file is not found in /home/runner/work/zui/zui. Supported file pattern: go.sum
build (ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/