Skip to content

Commit

Permalink
[test] Add test reporter in E2E CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Maji committed Oct 30, 2024
1 parent f7e8a35 commit 5856471
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 68 deletions.
5 changes: 3 additions & 2 deletions .github/rawWorkflows/gh-ci-parameterized-flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
name: ${{ github.job }} Test Reports # Name where it report the test results
path: '**/TEST-*.xml'
fail-on-error: 'false'
list-tests: 'true'
list-suites: 'failed'
max-annotations: '10'
list-tests: 'all'
list-suites: 'all'
reporter: java-junit
- name: Upload Build Artifacts
if: success() || failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VeniceCI-CompatibilityTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: TestsDeCompatibilite

on: [push, pull_request, workflow_dispatch]
on: [workflow_dispatch]

jobs:

Expand Down
Loading

0 comments on commit 5856471

Please sign in to comment.