1
0
forked from jk_yinzy/cicd-test

[fix]:[111]

This commit is contained in:
kale 2025-12-05 05:32:53 -05:00
parent 7eeabe2667
commit 61cd2df57e
2 changed files with 1 additions and 2 deletions

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);
} }
} }