Commit e7655f5 1 parent cc02d1c commit e7655f5 Copy full SHA for e7655f5
File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -41,22 +41,17 @@ jobs:
41
41
steps :
42
42
- uses : actions/checkout@v4
43
43
44
- - name : Set up JDK
45
- uses : actions/setup-java @v4
44
+ - name : Checkout Pogues-Model lib repo
45
+ uses : actions/checkout @v4
46
46
with :
47
- distribution : ' temurin'
48
- java-version : ' 21'
49
-
50
- - name : Get Pogues-Model Version
51
- id : get-version
52
- run : echo "version=$(mvn help:evaluate -Dexpression='pogues-model.version' -q -DforceStdout)" >> $GITHUB_OUTPUT
53
-
54
- - name : Check Pogues-Model lib tag ${{ steps.get-version.outputs.version }} existence
55
- id : check-tag-exists
56
-
57
- with :
58
- repo : InseeFr/Pogues-Model
59
- tag : ${{ steps.get-version.outputs.version }}
47
+ fetch-depth : 1
48
+ ref : ${{ needs.pogues-model.outputs.version }}
49
+ repository : InseeFr/Pogues-Model
50
+ path : Pogues-Model
51
+
52
+ - name : Build Pogues-Model lib
53
+ working-directory : ./Pogues-Model
54
+ run : mvn install --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true
60
55
61
56
- name : Run tests with Maven
62
57
run : mvn clean test --no-transfer-progress
You can’t perform that action at this time.
0 commit comments