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 cba10eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
chmod +x bld
./bld download
- name: Echo
run: |
ls -l /usr/bin/kotlinc
- name: Run examples tests
working-directory: examples
run: ./bld compile test
Expand Down

0 comments on commit cba10eb

Please sign in to comment.