Compare commits

..

No commits in common. "3968cd62740b32c914222c34cf92c92b7a39584e" and "7eeabe2667915cb7ebedc38ff244fe872f45c778" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

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