Compare commits
No commits in common. "3968cd62740b32c914222c34cf92c92b7a39584e" and "7eeabe2667915cb7ebedc38ff244fe872f45c778" have entirely different histories.
3968cd6274
...
7eeabe2667
@ -3,6 +3,8 @@ type: docker
|
|||||||
name: multi-lang-ci
|
name: multi-lang-ci
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
event:
|
||||||
|
- pull_request
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,5 @@ public class AppTest {
|
|||||||
@Test
|
@Test
|
||||||
public void test1() {
|
public void test1() {
|
||||||
int a = 5;
|
int a = 5;
|
||||||
System.out.println(a);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user