Skip to content

Make sure to install yarn dependencies before running JetBrains scripts

Warren Gifford requested to merge ps/jetbrains-fix-build-errors into main

Created by: philipp-spiess

Fixes #37548 (closed)

We never installed the yarn dependencies before we run yarn commands in the JetBrains part of the tests. This was causing builds to fail when the cache wasn't available.

I copied the yarn install line from our VSCode specific scripts.

Test plan

Wait for CI to be all

Merge request reports

Loading