Run jest in the as-if-foss cross project pipeline when applicable
What does this MR do and why?
Run jest in the as-if-foss cross project pipeline when applicable: https://gitlab.com/gitlab-org/gitlab-foss/-/pipelines/1124706561
This will run the following jobs additionally comparing to as-if-foss jobs
, because we do not have as-if-foss
for those jobs:
jest-integration
webpack-dev-server
In theory I think we do want to run those, and we just happen to not have as-if-foss
jobs for them.
This is part of #412717 (closed)
Edited by Lin Jen-Shin