Skip to content

Fix CI definition of jest-integration

Paul Slaughter requested to merge 218034-fix-ci-yml-error into master

What does this MR do?

This MR fixes #218034 (closed) by adding .frontend:rules:default-frontend-jobs which was missing in the jest-integration CI job. This caused a YML error where a docs pipeline would try to run this job, but this job required another job which is excluded from the docs pipeline.

Okay, does it really work?

It looks like it does. We created a test docs MR based off this branch and pipeline is created 👍

Edited by Paul Slaughter

Merge request reports