1
0
forked from jk_yinzy/cicd-test

Merge pull request '[fix]:[111]' (#22) from yinzy_dev into main

Reviewed-on: jk_yinzy/adsfasdfsadf#22
Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
This commit is contained in:
君肯普通 2025-12-05 18:25:09 +08:00
commit 3968cd6274
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);
}
}