Skip to content

Commit b3f20ab

Browse files
committed
turn on verbose output for plugins on CI
1 parent 43684f0 commit b3f20ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
2929
env:
3030
JAVA_HOME: "/usr/lib/jvm/default-jdk"
31+
SWIFT_JAVA_VERBOSE: true
3132
steps:
3233
- uses: actions/checkout@v4
3334
- name: Prepare CI Environment
@@ -53,6 +54,7 @@ jobs:
5354
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
5455
env:
5556
JAVA_HOME: "/usr/lib/jvm/default-jdk"
57+
SWIFT_JAVA_VERBOSE: true
5658
steps:
5759
- uses: actions/checkout@v4
5860
- name: Prepare CI Environment

0 commit comments

Comments
 (0)