Skip to content

Commit

Permalink
fixing html viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mishal.alexander committed Jan 4, 2024
1 parent 9bcc436 commit d5c7209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: html_preview
uses: pavi2410/html-preview-action@v2
with:
html_file: 'index.html'
html_file: 'cypress/reports/html/index.html'

register-flow-run:
runs-on: ubuntu-22.04
Expand All @@ -53,4 +53,4 @@ jobs:
id: html_preview
uses: pavi2410/html-preview-action@v2
with:
html_file: 'index.html'
html_file: 'cypress/reports/html/index.html'

0 comments on commit d5c7209

Please sign in to comment.