Skip to content

Commit

Permalink
Fix compilation for unit tests build
Browse files Browse the repository at this point in the history
this build is failing the compilation step, claiming it can't find dora/tests jar when building dora/microbench. strange that it wasn't happening when validating #17811
			pr-link: #17842
			change-id: cid-d339245bb1f66d4dae2ce63fe41c7a77470c3a6e
  • Loading branch information
Xenorith authored Jul 27, 2023
1 parent 915f19a commit f8d61a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java8_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mkdir -p ~/.m2
ALLUXIO_DOCKER_NO_TTY=true \
ALLUXIO_DOCKER_GIT_CLEAN=true \
ALLUXIO_DOCKER_MVN_PROJECT_LIST=\!assembly/client,\!assembly/server,\!dora/shaded/client,\!dora/tests,\!webui \
ALLUXIO_DOCKER_MVN_PROJECT_LIST=\!assembly/client,\!assembly/server,\!dora/tests,\!dora/microbench,\!webui \
ALLUXIO_DOCKER_MVN_TESTS=${{ matrix.modules }} \
dev/github/run_docker.sh
timeout-minutes: 60
Expand Down

0 comments on commit f8d61a8

Please sign in to comment.