Skip to content

feat(roles): rbac feature #12

feat(roles): rbac feature

feat(roles): rbac feature #12

Triggered via pull request December 13, 2024 11:38
Status Failure
Total duration 37s
Artifacts

ui-pull-request.yml

on: pull_request
Matrix: test-and-coverage
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test-and-coverage (ubuntu-latest, 20.x)
Type '(string | undefined)[]' is not assignable to type '"all" | Iterable<Key> | undefined'.
test-and-coverage (ubuntu-latest, 20.x)
Property 'roles' is missing in type '{ invitationId: string; invitationEmail: any; setIsOpen: Dispatch<SetStateAction<boolean>>; }' but required in type '{ invitationId: string; invitationEmail?: string | undefined; roles: { id: string; name: string; }[]; defaultRole?: string | undefined; setIsOpen: Dispatch<SetStateAction<boolean>>; }'.
test-and-coverage (ubuntu-latest, 20.x)
Process completed with exit code 2.
test-and-coverage (ubuntu-latest, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636