Hotfix: Create local share dir for Codacy Report (#1904)

This commit is contained in:
Robbie Blaine 2025-08-08 18:59:14 +02:00 committed by GitHub
parent 3168c0174f
commit 6fd5772308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,11 @@ jobs:
java-version: '21'
distribution: 'adopt'
- name: Create local share directory
# ubuntu-24.04 Github runners do not have `~/.local/share` directory by default.
# This causes issues when testing `FileTransferSend`
run: mkdir -p ~/.local/share
- name: Build with Gradle
run: ./gradlew clean build -x checkstyleMain -x checkstyleTest -x shadowJar