Skip to content

test: make dashboard test idempotent #4663

test: make dashboard test idempotent

test: make dashboard test idempotent #4663

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via push October 23, 2024 12:33
Status Failure
Total duration 10m 57s
Artifacts

cicd-app.yml

on: push
Set application version and env profile
3s
Set application version and env profile
Build and package
4m 13s
Build and package
Run backend unit tests
3m 2s
Run backend unit tests
Run frontend unit tests
1m 50s
Run frontend unit tests
Matrix: Run E2E tests
Run E2E multi windows tests
0s
Run E2E multi windows tests
Generate and upload source maps to Sentry
0s
Generate and upload source maps to Sentry
Push to registry
0s
Push to registry
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Run E2E tests (8)
Cypress tests: 2 failed
Run frontend unit tests
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
Stage names should be lowercase: infra/docker/app/Dockerfile#L11
StageNameCasing: Stage name 'buildBack' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/
The 'as' keyword should match the case of the 'from' keyword: infra/docker/app/Dockerfile#L11
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Stage names should be lowercase: infra/docker/app/Dockerfile#L32
StageNameCasing: Stage name 'buildFront' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/
The 'as' keyword should match the case of the 'from' keyword: infra/docker/app/Dockerfile#L32
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: infra/docker/app/Dockerfile#L127
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/