Skip to content
代码片段 群组 项目
未验证 提交 4108ebb9 编辑于 作者: Mark Florian's avatar Mark Florian
浏览文件

Fix Jest Vue 3 nightly jobs

This makes sure the `--vue3` flag is explicitly passed to the nightly
Jest Vue 3 jobs to avoid this failure:

    Expected unset environment variable VUE_VERSION, or VUE_VERSION=2,
    got VUE_VERSION="3".

These nightly jobs are analysed and presented in
https://gitlab-org.gitlab.io/frontend/playground/jest-speed-reporter/vue3.html.

It showed a drop to zero of passing/failing specs under Vue 3 starting
2025-01-18. This the day after
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175400 merged,
which changed how the `jest_ci.js` script checks its arguments.

Specifically, the `--vue3` flag (or lack of it) must agree with the
`VUE_VERSION` environment variable.
上级 3f8ec3d5
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册