[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
Showing only changes of commit 61cd2df57e - Show all commits

View File

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

View File

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