Skip to content

Commit

Permalink
Reactivate it checks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 31, 2023
1 parent c6996bc commit 5ace589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,23 +162,23 @@ jobs:
cd it
ant test-sequential
- name: Integration test results comparison - ${{ matrix.scope }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
mvn test surefire-report:report -Daggregate=true -Dsurefire.failIfNoSpecifiedTests=false
-Dtest=IT*
-Dmaven.test.failure.ignore=true -U --no-transfer-progress
- name: Additional aggregated junit report
if: ${{ false }} # TODO temprarily disconnect
#if: always()
if: always()
uses: javiertuya/junit-report-action@v1.2.0
with:
surefire-files: "*/target/surefire-reports/TEST-*.xml"
report-dir: target/site
report-title: "Test Report: IT - Branch: ${{ github.ref_name }}"

- name: Generate report checks
if: ${{ false }} # TODO temprarily disconnect
#if: always()
if: always()
uses: mikepenz/action-junit-report@v3.8.0
with:
check_name: "test-result-IT"
Expand Down

0 comments on commit 5ace589

Please sign in to comment.