Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.19.0, 1.18.1, 1.20.0
-
None
Description
The GHA job Test packaging/licensing job runs .github/workflows/template.flink-ci.yml:169 which enables Maven's clean phase. This triggers redundant work because the Test packaging/licensing job wouldn't utilize the build artifacts of the previous Compile job but rerun the test-compile once more.
Disabling clean should improve the runtime of the Test packaging/licensing job.