Skip to content

Commit

Permalink
debug github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 25, 2025
1 parent fd3b6d6 commit 645e44c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ jobs:
plugin.josmCompileVersion=${{ matrix.josm-version}}
graalvm.jdk=jdk${{ matrix.jdk }}
graalvm.platform=${{ env.GRAALVM_PLATFORM }}
arguments: --stacktrace --info
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --info --stacktrace
env:
DISPLAY: ":19"
OSM_DEV_API_PASSWORD: "${{ secrets.OSM_DEV_API_PASSWORD }}"
Expand Down

0 comments on commit 645e44c

Please sign in to comment.