diff --git a/.github/workflows/jetbrains-integration-test.yml b/.github/workflows/jetbrains-integration-test.yml index 1171cb71cfad59..f065d9ad2c39e3 100644 --- a/.github/workflows/jetbrains-integration-test.yml +++ b/.github/workflows/jetbrains-integration-test.yml @@ -66,6 +66,8 @@ jobs: export LEEWAY_WORKSPACE_ROOT=$(pwd) + mkdir -p /workspace/.gradle-latest + mkdir -p $HOME/.cache/pluginVerifier-latest leeway run dev/jetbrains-test:test -Dversion=integration-test -DpublishToJBMarketplace=false - name: Move video if: always()