We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13f07f commit 760a88eCopy full SHA for 760a88e
1 file changed
.github/workflows/ci_testing.yml
@@ -57,7 +57,7 @@ jobs:
57
cat ${PWD}/.tool-versions
58
59
- name: DEBUG - check JAVA_HOME
60
- run: echo "JAVA_HOME: $JAVA_HOME"
+ run: echo "JAVA_HOME - $JAVA_HOME"
61
62
- name: Run pytest and behave tests
63
run: make all-tests
0 commit comments