feat: use uws #20
pr.yml
on: pull_request
pr
/
quay-build-push
1m 1s
Annotations
1 error and 1 warning
pr / quay-build-push
Error: buildah exited with code 1
time="2024-04-24T19:18:03Z" level=warning msg="missing \"RUN\" build argument. Try adding \"--build-arg RUN=<VALUE>\" to the command line"
Resolved "node" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull docker.io/library/node:lts...
Getting image source signatures
Copying blob sha256:0d0c50523b913bafd5bd2633ede982f69c0e3efea5a3b53f89122d6a82e94dcd
Copying blob sha256:c05cc1123d7e335d59b0f465c23b7ad2ad27f4875b6c3eab41c65a9b50efa382
Copying blob sha256:2cf9c2b42f41b1845f3e4421b723d56146db82939dc884555e077768e18132f4
Copying blob sha256:1468e7ff95fcb865fbc4dee7094f8b99c4dcddd6eb2180cf044c7396baf6fc2f
Copying blob sha256:c4c40c3e3cdf945721f480e1d939aac857876fdb5c33b8fbfcf655c63b0b9428
Copying blob sha256:04f2356c02d21ef160986f7994210be28dab889b9ba0724e126bd2ee4ed21cd6
Copying blob sha256:2cf9c2b42f41b1845f3e4421b723d56146db82939dc884555e077768e18132f4
Copying blob sha256:04f2356c02d21ef160986f7994210be28dab889b9ba0724e126bd2ee4ed21cd6
Copying blob sha256:1468e7ff95fcb865fbc4dee7094f8b99c4dcddd6eb2180cf044c7396baf6fc2f
Copying blob sha256:c05cc1123d7e335d59b0f465c23b7ad2ad27f4875b6c3eab41c65a9b50efa382
Copying blob sha256:0d0c50523b913bafd5bd2633ede982f69c0e3efea5a3b53f89122d6a82e94dcd
Copying blob sha256:d82ea00ba3b4e489db5a7e199a5d99778596b0272c8f7b7c0b783c47155acdc8
Copying blob sha256:c4c40c3e3cdf945721f480e1d939aac857876fdb5c33b8fbfcf655c63b0b9428
Copying blob sha256:d82ea00ba3b4e489db5a7e199a5d99778596b0272c8f7b7c0b783c47155acdc8
Copying blob sha256:e61adbe39f6613cc222b7d3f12aac1cfc0f30fa1cdc42b26234151af17c7e2d5
Copying blob sha256:e61adbe39f6613cc222b7d3f12aac1cfc0f30fa1cdc42b26234151af17c7e2d5
Copying config sha256:b39e0b4385dc35a8bdfde21a5c66250ad72b2602c4af44e43ae9af12d0b1cfd7
Writing manifest to image destination
Storing signatures
debconf: delaying package configuration, since apt-utils is not installed
warning "@dcl/eslint-config > [email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@dcl/eslint-config > [email protected]" has unmet peer dependency "babel-plugin-module-resolver@^3.0.0 || ^4.0.0 || ^5.0.0".
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
PASS test/unit/friendships.spec.ts
isFriendshipActionValid()
✓ it should be valid if from is null and to is REQUEST (3 ms)
✓ it should be valid if from is REQUEST and to is CANCEL
✓ it should be valid if from is REQUEST and to is ACCEPT (1 ms)
✓ it should be valid if from is REQUEST and to is REJECT
✓ it should be valid if from is REQUEST and to is DELETE
✓ it should NOT be valid if "from" is null and "to" is whatever except REQUEST (1 ms)
isUserActionValid()
✓ it should NOT be valid if acting user is the targeted user and is sending a REQUEST (1 ms)
✓ it should be valid if acting user is different to the targeted user and is sending a REQUEST (1 ms)
✓ it should NOT be valid if last acting user is sending either an ACCEPT or REJECT (1 ms)
✓ it should NOT be valid if acting user is sending a CANCEL but didnt send the REQUEST (1 ms)
✓ it should be valid if acting user is sending a CANCEL after sending a REQUEST (1 ms)
getNewFriendshipStatus()
✓ it should be FriendshipStatus.Requested (1 ms)
✓ it should be FriendshipStatus.Friends (1 ms)
✓ it should be FriendshipStatus.NotFriends (1 ms)
validateNewFriendshipAction()
✓ it should be a valid friendship action (3 ms)
✓ it should NOT be a valid friendship action (2 ms)
parseUpsertFriendshipRequest()
✓ it should parse ACCEPT request properly (2 ms)
✓ it should parse CANCEL request properly (1 ms)
✓ it should parse DELETE request properly (1 ms)
✓ it should parse REJECT request properly (1 ms)
✓ it should parse REQUEST request properly (2 ms)
✓ it should return null (1 ms)
parseEmittedUpdateToFriendshipUpdate()
✓ it should parse REQUEST update properly (1 ms)
✓ it should parse CANCEL update properly
✓
|
pr / quay-build-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|