File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -24,24 +24,17 @@ jobs:
2424 uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 0
27- submodules : false
27+ submodules : true
2828 repository : ' eclipse-m2e/m2e-core'
2929 ref : ' main'
30- - name : Checkout tests
31- uses : actions/checkout@v4
32- with :
33- fetch-depth : 0
34- submodules : false
35- repository : ' tesla/m2e-core-tests'
36- path : ' m2e-core-tests'
3730 - uses : actions/setup-java@v4
3831 with :
3932 java-version : ' 21'
4033 distribution : ' temurin'
4134 - name : Set up Maven
4235 uses : stCarolas/setup-maven@v5
4336 with :
44- maven-version : 3.9.9
37+ maven-version : 3.9.11
4538 - name : Cache local Maven repository
4639 uses : actions/cache@v4
4740 with :
7164 with :
7265 name : Event File
7366 path : ${{ github.event_path }}
74-
Original file line number Diff line number Diff line change 99jobs :
1010 check :
1111 uses : eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishTestResults.yml@master
12-
13-
14-
15-
Original file line number Diff line number Diff line change 1414 <packaging >pom</packaging >
1515
1616 <properties >
17- <tycho .scmUrl>scm:git:https://github.com/tesla /m2e-core-tests.git</tycho .scmUrl>
17+ <tycho .scmUrl>scm:git:https://github.com/eclipse-m2e /m2e-core-tests.git</tycho .scmUrl>
1818 <tycho .test.platformArgs></tycho .test.platformArgs>
1919 </properties >
2020 <modules >
You can’t perform that action at this time.
0 commit comments