From b5a5898a058471dbe92484a76e12673e626e1678 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Wed, 1 Feb 2023 14:43:44 +0000 Subject: [PATCH] [jb] create cache directories to fix integraion tests --- .github/workflows/jetbrains-integration-test.yml | 2 ++ 1 file changed, 2 insertions(+) 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()