We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfad5d commit dfba5a5Copy full SHA for dfba5a5
1 file changed
.github/workflows/ci.yml
@@ -46,6 +46,9 @@ jobs:
46
server-username: __token__
47
server-password: ${{ secrets.GITHUB_TOKEN }}
48
49
+ - name: Check settings.xml after setup-java
50
+ run: grep '<id>' $HOME/.m2/settings.xml
51
+
52
- name: Build with Maven
53
run: mvn -B clean verify --file pom.xml -U
54
0 commit comments