Closed
Description
I would like to leave CircleCI towards GitHub actions. I have migrated our publishing in
I could use some help getting our tests over. In terms of parallelism, ideally the order would be:
assemble_testClasses
first, if it fails then nothing else starts- then every other test in parallel
I have included the details of every test below:
assemble_testClasses
Line 64 in 7b8ed50
test_justmaven_11
Line 94 in 7b8ed50
test_nomaven_11
andtest_nomaven_17
Line 38 in 7b8ed50
test_npm_8
test_windows
Line 136 in 7b8ed50
If you're able to help, ping in this thread to say "I have started work" so that no work gets duplicated.
Don't ping to say "I could help later" - in that case just ping when you've got time to start :)
Activity
nedtwigg commentedon Jan 9, 2023
Note to potential helpers for this issue: this spec is very specific! A PR on this topic will only be helpful if it implements some subset of this spec. We don't need to move everything over at once, but I don't want a new test matrix - the commands above and their dependencies have lots of hard-won reasons that I don't want to justify from scratch.
First steps in adapting #1477 to match #1472.
nedtwigg commentedon Jan 15, 2023
Done!
Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.3…