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
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- pull_request
|
||||
branch:
|
||||
- main
|
||||
|
||||
|
||||
@ -8,6 +8,5 @@ public class AppTest {
|
||||
@Test
|
||||
public void test1() {
|
||||
int a = 5;
|
||||
System.out.println(a);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user