You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image: docker:dind
allow_failure: true
extends: .retry-job-on-failure
stage: 'test'
before_script:
- apk add --update nodejs npm
- export NODE_ENV=developmentsss
- echo "NODE_ENV is set $NODE_ENV"
- echo "Target branch is $TARGET_BRANCH"
- echo "Current branch is $CURRENT_BRANCH"
script:
- npm run storybook:test:vr:update
- npm run storybook:test:vr:test
timeout: 30 minutes
artifacts:
untracked: true
paths:
- .loki/difference/
- .loki/reference/
- .loki/current/
- storybook.log
- storybook-static/
expire_in: 7 days
only:
- merge_requests
- develop
- main
And CI log:
loki test v0.35.0
(node:118) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode
on September 8, 2024 and reach end-of-support on September 8, 2025.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check blog post at https://a.co/cUPnyil
(Use `node --trace-warnings ...` to show where the warning was created)
PASS chrome.docker/PREPARE
Waiting for 172.18.0.2:24633.FAIL chrome.docker/START: connect EHOSTUNREACH 172.18.0.2:24633
FAIL chrome.docker: Some tasks failed to run
Some visual tests failed to run
The text was updated successfully, but these errors were encountered:
I'm facing an error with chrome.target running on Gitlab CI,
Here is my CI config:
And CI log:
The text was updated successfully, but these errors were encountered: