introduction for this weeks lab, i was tasked with implementing continuous integration into my release 0.1 project, using github actions. this has allowed my tests to be ran with every push and...
本周实验中,我在项目中实现了持续集成(ci),使用github actions自动运行测试。通过配置yaml文件,确保每次推送和拉取请求时,项目最新版本均能通过测试。我还为赢家斗地主的合作伙伴的python项目添加了测试,成功创建了检查无效文件输入的测试。总体而言,我对github actions的ci功能感到满意,未来将继续使用。