mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-28 14:59:40 -04:00
Hotfix: Create local share dir for Codacy Report (#1904)
This commit is contained in:
parent
3168c0174f
commit
6fd5772308
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codacy-code-reporter.yml
vendored
5
.github/workflows/codacy-code-reporter.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue