commit
ad235266f9
|
@ -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
|
Loading…
Reference in New Issue