Skip to content

Commit

Permalink
[jb] create cache directories to fix integraion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov authored and roboquat committed Feb 1, 2023
1 parent 14cb4f1 commit b5a5898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jetbrains-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b5a5898

Please sign in to comment.