Compare commits

...

2 Commits

Author SHA1 Message Date
3968cd6274 Merge pull request '[fix]:[111]' (#22) from yinzy_dev into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: jk_yinzy/adsfasdfsadf#22
Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-05 18:25:09 +08:00
kale
61cd2df57e [fix]:[111]
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-05 05:32:53 -05:00
2 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,6 @@ type: docker
name: multi-lang-ci
trigger:
event:
- pull_request
branch:
- main

View File

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