Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PavanMudigonda authored Sep 3, 2023
1 parent 0117d8a commit 6664716
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
node-version: '18'

- name: GH Pages Push
uses: PavanMudigonda/html-reporter-github-pages/composite@v1.1
uses: PavanMudigonda/html-reporter-github-pages@v1.2
with:
test_results: test-results
keep_reports: 20
gh_pages: gh-pages # BRANCH NAME you like
subfolder: docs # Level 1 Folder Structure you like
tool_name: cucumber # Level 2 Folder Structure you like
workflow_name: ${{ github.workflow }} # Level 3 Folder Structure you like
env: QA # Level 4 Folder Structure you like

0 comments on commit 6664716

Please sign in to comment.