Skip to content

Commit

Permalink
List out files for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Jan 26, 2024
1 parent 8eab0b7 commit ae513e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-kotlin-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
- name: Run samples
working-directory: ${{ matrix.dir }}
run: java -Djava.library.path=./target/lib -Dfile.encoding=UTF-8 -jar target/${{ matrix.dir }}-1.0-SNAPSHOT-jar-with-dependencies.jar
- name: List files
run: |
ls ${{ github.workspace }}/target/lib

0 comments on commit ae513e4

Please sign in to comment.