Compare commits

...

10 Commits

Author SHA1 Message Date
kale
d44e7d386f Merge remote-tracking branch 'origin/yinzy_dev' into yinzy_dev 2025-12-07 22:05:50 -05:00
kale
700f59cfaf [fix]:[20251208][构建docker1] 2025-12-07 22:04:39 -05:00
kale
23f1ed19b2 [fix]:[20251208][构建docker] 2025-12-07 22:04:37 -05:00
kale
006c3c6643 [fix]:[20251208][构建docker] 2025-12-07 22:04:30 -05:00
c7c01ddc21 Merge pull request '更新ci' (#25) from jk_yinzy-patch-1 into main
Reviewed-on: jk_yinzy/adsfasdfsadf#25
Reviewed-by: testuser <test@jk.com>
Reviewed-by: 君肯管理员 <jk_admin@jk.com>
2025-12-06 07:46:43 +08:00
ee6c8ec6a5 更新ci1
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-06 07:35:32 +08:00
102f5ca8f0 更新ci
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Signed-off-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-06 07:26:36 +08:00
b5b5d1e299 Merge pull request '添加测试2' (#24) from testuser/testuser-adsfasdfsadf:main into main
Reviewed-on: jk_yinzy/adsfasdfsadf#24
Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-05 18:38:11 +08:00
1af3d5a227 添加测试2
Signed-off-by: testuser <test@jk.com>
2025-12-05 18:36:35 +08:00
a0ae5bb582 Merge pull request '[fix]:[222]' (#23) from yinzy_dev into main
Reviewed-on: jk_yinzy/adsfasdfsadf#23
Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-05 18:35:39 +08:00

View File

@ -8,6 +8,6 @@ public class AppTest {
@Test
public void test1() {
int a = 5;
System.out.println(a);
System.out.println("hi");
}
}