Skip to content

Commit

Permalink
Testing GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jul 12, 2024
1 parent 6fa3bde commit ea4f417
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
chmod +x bld
./bld download
- name: Echo
run: |
echo $JAVA_HOME
echo $KOTLIN_HOME
which kotlinc
- name: Run examples tests
working-directory: examples
run: ./bld compile test
Expand Down

0 comments on commit ea4f417

Please sign in to comment.