Skip to content

Commit e5cafa1

Browse files
committed
add some echos
1 parent 0254756 commit e5cafa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
- name: Test spark latest
8484
run: |
8585
set -x # print commands that are executed
86+
echo "java home $JAVA_HOME"
87+
java --version
8688
./scripts/runtox.sh "py${{ matrix.python-version }}-spark-latest"
8789
- name: Generate coverage XML (Python 3.6)
8890
if: ${{ !cancelled() && matrix.python-version == '3.6' }}

0 commit comments

Comments
 (0)