Skip to content

Fix job name of UnitTest #262

Fix job name of UnitTest

Fix job name of UnitTest #262

Triggered via pull request May 1, 2024 23:18
Status Failure
Total duration 1m 50s
Artifacts

Documentations.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build: docs/src/constructionandconversion.md#L146
doctest failure in src/constructionandconversion.md:146-155 ```jldoctest example julia> col = colorant"yellow" RGB{N0f8}(1.0,1.0,0.0) julia> transparent = alphacolor(col, 0.5) # or coloralpha(col) ARGB{N0f8}(1.0,1.0,0.0,0.502) julia> opaque = color(transparent) RGB{N0f8}(1.0,1.0,0.0) ``` Subexpression: opaque = color(transparent) Evaluated output: ERROR: MethodError: objects of type RGB{N0f8} are not callable Stacktrace: [1] top-level scope @ none:1 Expected output: RGB{N0f8}(1.0,1.0,0.0) diff = Warning: Diff output requires color. RGB{N0f8}(1.0,1.0,0.0)ERROR: MethodError: objects of type RGB{N0f8} are not callable Stacktrace: [1] top-level scope @ none:1
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.