File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- ---
2
-
3
1
name : Integration-EntraID
4
2
5
3
on :
@@ -48,17 +46,25 @@ jobs:
48
46
~/.m2/repository
49
47
/var/cache/apt
50
48
key : entraid-${{hashFiles('**/pom.xml')}}
51
- - name : Maven offline
49
+
50
+ - name : Maven offline-core
52
51
run : |
53
52
mvn -q dependency:go-offline
53
+ working-directory : ./core
54
54
- name : Build and install Core into local repo
55
55
run : |
56
56
mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
57
57
working-directory : ./core
58
+
59
+ - name : Maven offline-jedis
60
+ run : |
61
+ mvn -q dependency:go-offline
62
+ working-directory : ./entraid/jedis
58
63
- name : Build and install Jedis supports TBA into local repo
59
64
run : |
60
- cd jedis
61
65
mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
66
+ working-directory : ./entraid/jedis
67
+
62
68
- name : Build docs
63
69
run : |
64
70
mvn javadoc:jar
You can’t perform that action at this time.
0 commit comments