SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 23 forks source link

Fix CI #264

Closed martinmladenov closed 1 year ago

martinmladenov commented 1 year ago

This PR fixes failing CI jobs due to unavailable dependencies.

Added the -am option which makes Maven work smarter by building dependencies automatically. (We were already using this in the Docker image but not in the test step in the CI.) Removed an unnecessary installation step as andy is now built automatically.