Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✅ci: check test comment #666

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

Marukome0743
Copy link
Member

@Marukome0743 Marukome0743 commented Oct 23, 2024

No description provided.

Copy link

❌Test Failed

@Marukome0743, your commit 802176a failed the test.

Show Test Log
bun test v1.1.33-canary.8 (4044ff74)

::group::app/page.test.tsx:

::error file=app/page.test.tsx,line=9,col=23,title=error: expect(received).toEqual(expected)::Expected: "Next.js l"%0AReceived: "Next.js logo"%0A%0A      at /home/runner/work/rasnage/rasnage/app/page.test.tsx:9:23
4 | 
5 | render(<Home />)
6 | 
7 | test("Image test", () => {
8 |   const img = document.querySelectorAll("img")
9 |   expect(img[0]?.alt).toEqual("Next.js l")
                          ^
error: expect(received).toEqual(expected)

Expected: "Next.js l"
Received: "Next.js logo"

      at /home/runner/work/rasnage/rasnage/app/page.test.tsx:9:23
(fail) Image test [2.31ms]

::endgroup::

 0 pass
 1 fail
 1 expect() calls
Ran 1 tests across 1 files. [299.00ms]

👀View in Actions

Copy link

✅Test Passed

Failed tests were fixed.

Copy link

Overview

Image reference marukome0743/rasnage:canary marukome0743/rasnage:pr-666
- digest 93dbddfdbd08 e28675c9e03c
- tag canary pr-666
- provenance 9ac9f0e 0e0a85b
- vulnerabilities critical: 0 high: 0 medium: 0 low: 9 critical: 0 high: 0 medium: 0 low: 0
- platform linux/amd64 linux/amd64
- size 84 MB 88 MB (+3.5 MB)
- packages 46 155 (+109)
Base Image distroless/static:nonroot distroless/static:nonroot
- vulnerabilities critical: 0 high: 0 medium: 0 low: 0 critical: 0 high: 0 medium: 0 low: 0
Labels (3 changes)
  • ± 3 changed
  • 5 unchanged
-org.opencontainers.image.created=2024-10-23T04:00:43.158Z
+org.opencontainers.image.created=2024-10-23T06:13:17.346Z
 org.opencontainers.image.description=New Raspberry Pi Signage System🦏
 org.opencontainers.image.licenses=Apache-2.0
-org.opencontainers.image.revision=9ac9f0e7e5dd06b1552ef0779680af4c3164cab0
+org.opencontainers.image.revision=0e0a85b30c0eb60c9ffcbf9e9994db095a3989d5
 org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/rasnage
 org.opencontainers.image.title=rasnage
 org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/rasnage
-org.opencontainers.image.version=canary
+org.opencontainers.image.version=pr-666
Packages and Vulnerabilities (109 package changes and 0 vulnerability changes)
  • ➕ 107 packages added
  • ♾️ 2 packages changed
  • 44 packages unchanged
Changes for packages of type deb (3 changes)
Package Version
marukome0743/rasnage:canary
Version
marukome0743/rasnage:pr-666
gcc-12 12.2.0-14
glibc 2.36-9+deb12u8
openssl 3.0.14-1~deb12u2
Changes for packages of type npm (106 changes)
Package Version
marukome0743/rasnage:canary
Version
marukome0743/rasnage:pr-666
@babel/core UNKNOWN
@hapi/accept UNKNOWN
@mswjs/interceptors UNKNOWN
@napi-rs/triples UNKNOWN
@next/font UNKNOWN
@opentelemetry/api UNKNOWN
@vercel/nft UNKNOWN
acorn UNKNOWN
amphtml-validator UNKNOWN
anser UNKNOWN
assert UNKNOWN
async-retry UNKNOWN
async-sema UNKNOWN
babel-packages UNKNOWN
browserify-zlib UNKNOWN
browserslist UNKNOWN
buffer UNKNOWN
bytes UNKNOWN
ci-info UNKNOWN
commander UNKNOWN
comment-json UNKNOWN
compression UNKNOWN
conf UNKNOWN
constants-browserify UNKNOWN
content-disposition UNKNOWN
cookie UNKNOWN
cross-spawn UNKNOWN
crypto-browserify UNKNOWN
css.escape UNKNOWN
data-uri-to-buffer UNKNOWN
debug UNKNOWN
devalue UNKNOWN
domain-browser UNKNOWN
edge-runtime UNKNOWN
events UNKNOWN
find-up UNKNOWN
fresh UNKNOWN
glob UNKNOWN
gzip-size UNKNOWN
http-proxy UNKNOWN
http-proxy-agent UNKNOWN
https-browserify UNKNOWN
https-proxy-agent UNKNOWN
icss-utils UNKNOWN
ignore-loader UNKNOWN
image-size UNKNOWN
is-animated UNKNOWN
is-docker UNKNOWN
is-wsl UNKNOWN
jest-worker UNKNOWN
json5 UNKNOWN
jsonwebtoken UNKNOWN
loader-utils UNKNOWN
lodash.curry UNKNOWN
lru-cache UNKNOWN
mini-css-extract-plugin UNKNOWN
♾️ nanoid 3.3.7 UNKNOWN
native-url UNKNOWN
neo-async UNKNOWN
node-fetch UNKNOWN
os-browserify UNKNOWN
p-limit UNKNOWN
p-queue UNKNOWN
path-browserify UNKNOWN
path-to-regexp UNKNOWN
picomatch UNKNOWN
platform UNKNOWN
postcss-flexbugs-fixes UNKNOWN
postcss-modules-extract-imports UNKNOWN
postcss-modules-local-by-default UNKNOWN
postcss-modules-scope UNKNOWN
postcss-modules-values UNKNOWN
postcss-preset-env UNKNOWN
postcss-scss UNKNOWN
postcss-value-parser UNKNOWN
process UNKNOWN
punycode UNKNOWN
querystring-es3 UNKNOWN
sass-loader UNKNOWN
schema-utils UNKNOWN
♾️ semver 7.6.3 UNKNOWN
send UNKNOWN
setimmediate UNKNOWN
shell-quote UNKNOWN
source-map UNKNOWN
source-map08 UNKNOWN
stacktrace-parser UNKNOWN
stream-browserify UNKNOWN
stream-http UNKNOWN
string-hash UNKNOWN
string_decoder UNKNOWN
strip-ansi UNKNOWN
superstruct UNKNOWN
tar UNKNOWN
text-table UNKNOWN
timers-browserify UNKNOWN
tty-browserify UNKNOWN
unistore UNKNOWN
util UNKNOWN
vm-browserify UNKNOWN
watchpack UNKNOWN
webpack UNKNOWN
webpack-sources UNKNOWN
ws UNKNOWN
zod UNKNOWN
zod-validation-error UNKNOWN

@Marukome0743 Marukome0743 merged commit 1aa5db7 into OpenUp-LabTakizawa:main Oct 23, 2024
10 checks passed
@Marukome0743 Marukome0743 deleted the pr666 branch October 23, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅test Something related to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants