Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ jobs:

- name: Compile Java tests
run: |
javac -cp jeromq.jar concoredocker.java TestLiteralEval.java TestConcoredockerApi.java
javac -cp jeromq.jar ConcoreJavaRuntimeCore.java concore.java concoredocker.java TestLiteralEval.java TestConcoredockerApi.java TestConcoreApi.java

- name: Run Java tests
run: |
java -cp .:jeromq.jar TestLiteralEval
java -cp .:jeromq.jar TestConcoredockerApi
java -cp .:jeromq.jar TestConcoreApi

docker-build:
runs-on: ubuntu-latest
Expand Down
Loading
Loading