zhp8341 / flink-streaming-platform-web

基于flink的实时流计算web平台
MIT License
1.81k stars 677 forks source link

PullRequest 自动触发单元测试 #70

Closed chncaesar closed 2 years ago

chncaesar commented 2 years ago

目的

自动运行单元测试,保障代码质量。

PR描述

使用 Github Action 机制,自动运行下面代码,执行测试。若失败,该PR不能被合并。

mvn -pl <modules> test

另外,修改 pom.xml ,使得 mvn test 正常工作。

测试

在本地使用 https://github.com/nektos/act 模拟PR,单元测试被触发了。