Merge pull request #5900 from influxdata/alwaysGenerateReport

fix: generate report
pull/5901/head
k3yi0 2022-03-29 14:17:24 +02:00 committed by GitHub
commit ad235266f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
if: success() || failure()
with:
artifact: test-results
artifact: results
name: Cypress Tests
path: "*.xml"
path: "ui/cypress/results/"
reporter: java-junit