Skip to content

Commit

Permalink
Use workflows with CI profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 17, 2024
1 parent 83d9d75 commit cf1ec4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Build with Maven
env:
BROWSER: chrome-container
run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip' '-Pci'
run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Pci'
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
maven-version: 3.9.6
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify -Dgpg.skip -Pci
run: mvn -V --color always -ntp clean verify -Pci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.3.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
"pattern": "**/target/spotbugsXml.xml"
},
{
"id": "error-prone"
"id": "error-prone",
"pattern": "**/maven.log"
}
]
Expand Down

0 comments on commit cf1ec4d

Please sign in to comment.