Skip to content

Update unit tests for sfwebui to match actual implementation #616

Update unit tests for sfwebui to match actual implementation

Update unit tests for sfwebui to match actual implementation #616

Triggered via pull request March 12, 2025 05:20
Status Failure
Total duration 2m 43s
Artifacts

docker-image.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build-react-web-app: react-web-interface/Dockerfile#L12
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
build
Process completed with exit code 1.
build: Dockerfile#L70
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
build: Dockerfile#L45
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
build: Dockerfile#L41
DL3016 warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
build: Dockerfile#L33
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
build: Dockerfile#L8
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`