Added deploy preview app workflow #856
pr.yaml
on: pull_request
Run PR checks
/
node-ci
6m 21s
Annotations
2 errors and 1 warning
src/features/applications/components/application-method-definitions.test.tsx > application-method-definitions > test-arc32-app-spec > when a wallet is connected > when calling calculator add method > allows the users to switch to echo_bytes method and send the transaction:
src/features/applications/components/application-method-definitions.test.tsx#L205
TestingLibraryElementError: Unable to find role="menuitem" and name "Edit"
Ignored nodes: comments, script, style
<body>
<div />
<div />
<div>
<div
class="mb-4 mt-2 flex h-10 items-center"
>
<h1
class="text-nowrap"
>
Application
</h1>
</div>
<div
class="space-y-4"
>
<div
aria-label="Application Details"
class="rounded-lg border bg-card text-card-foreground shadow-sm p-4 [&:has(_h2)]:pt-2.5"
>
<div
class="text-sm"
>
<div
class="flex gap-2"
>
<div
class="grid grid-cols-[minmax(min-content,auto)_1fr] gap-x-4 gap-y-1.5"
>
<dl
class="grid grid-cols-subgrid col-span-2"
>
<dt
class="font-medium"
>
Application ID
</dt>
<dd
class="overflow-ellipsis whitespace-normal overflow-hidden"
>
<div
class="flex flex-wrap items-center gap-2"
>
<div
class="flex items-center overflow-hidden"
>
<span
class="truncate"
>
1012
</span>
<button
aria-label="Copy"
class="relative inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 align-middle ml-1 size-4 hover:text-foreground/60"
>
<svg
class="lucide lucide-copy "
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<rect
height="14"
rx="2"
ry="2"
width="14"
x="8"
y="8"
/>
<path
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
/>
</svg>
</button>
</div>
</div>
</dd>
</dl>
<dl
class="grid grid-cols-subgrid col-span-2"
>
<dt
class="font-medium"
>
Creator
</dt>
<dd
class="overflow-ellipsis whitespace-normal overflow-hidden"
>
<div
class="flex items-center overflow-hidden"
>
<a
class="text-primary underline truncate"
href="/localnet/account/QSF4Q7JLIYQKT3L5CLFPNOEU7L6CSVNLKJONCI5SQ4HU7FBWWUXVFSG5RU"
>
QSF4Q7JLIYQKT3L5CLFPNOEU7L6CSVNLKJONCI5SQ4HU7FBWWUXVFSG5RU
</a>
<button
aria-label="Copy"
class="relative inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disable
|
Run PR checks / node-ci
Process completed with exit code 1.
|
Run PR checks / node-ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|