This commit is contained in:
Slawomir Jaranowski 2024-02-11 13:52:02 +01:00
parent ae19451abc
commit e97b30e967
No known key found for this signature in database
GPG Key ID: 9EB80E92EB2135B1

View File

@ -67,10 +67,15 @@ jobs:
- run: cat ~/.m2/settings.xml
- run: |
grep "<id>ossrh</id>" ~/.m2/settings.xml
grep "<username>username-68</username>" ~/.m2/settings.xml
grep "<username>pupassword-68</username>" ~/.m2/settings.xml
test-ok:
name: Test OK
runs-on: ubuntu-latest
needs: [ test, test-default ]
needs: [ test, test-default, test-issue-68 ]
if: always()
steps: