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 6d44c18 commit ae19451
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ jobs:
- run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.6
shell: bash

# regressions tests
test-issue-68:
name: Test for issue 68
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: ./
with:
settings-servers: |
[{
"id": "ossrh",
"username": "${{ vars.TEST_68_1 }}",
"password": "${{ vars.TEST_68_2 }}"
}]
- run: cat ~/.m2/settings.xml

test-ok:
name: Test OK
runs-on: ubuntu-latest
Expand Down

0 comments on commit ae19451

Please sign in to comment.