Skip to content

Commit 7c3dbe8

Browse files
committed
Testing GitHub workflow
1 parent 6fa3bde commit 7c3dbe8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bld.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
chmod +x bld
3030
./bld download
3131
32+
- name: Echo
33+
run: |
34+
echo $JAVA_HOME
35+
echo $KOTLIN_HOME
36+
which kotlinc
37+
3238
- name: Run examples tests
3339
working-directory: examples
3440
run: ./bld compile test

0 commit comments

Comments
 (0)