Skip to content

Commit

Permalink
Add CI step to run the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Jan 19, 2024
1 parent a2d5354 commit 6fe555c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-kotlin-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Unpack APDFL from Maven Central
working-directory: ${{ matrix.dir }}
run: mvn -e process-resources
- name: Compile and assemble sample JAR file with dependencies
- name: Compile and assemble sample JAR files with dependencies
working-directory: ${{ matrix.dir }}
run: mvn -e package
- 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

0 comments on commit 6fe555c

Please sign in to comment.