Skip to content

Commit dcdb27f

Browse files
committed
Hotfix: Create local share dir for Codacy Report
1 parent 3168c01 commit dcdb27f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codacy-code-reporter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
java-version: '21'
2020
distribution: 'adopt'
2121

22+
- name: Create local share directory
23+
# ubuntu-24.04 Github runners do not have `~/.local/share` directory by default.
24+
# This causes issues when testing `FileTransferSend`
25+
run: mkdir -p ~/.local/share
26+
2227
- name: Build with Gradle
2328
run: ./gradlew clean build -x checkstyleMain -x checkstyleTest -x shadowJar
2429

0 commit comments

Comments
 (0)