Skip to content

Commit

Permalink
Issue 68
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 11, 2024
1 parent ae19451 commit e97b30e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e97b30e

Please sign in to comment.