[fix]:[111] #22

Merged
jk_yinzy merged 1 commits from yinzy_dev into main 2025-12-05 18:25:10 +08: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);
}
}