Skip to content

Commit

Permalink
Added debugging in maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina authored Oct 24, 2023
1 parent 6062fa3 commit 11b1496
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,7 @@ jobs:
context: 'Test report'
state: 'success'
sha: ${{ github.event.pull_request.head.sha || github.sha }}
target_url: https://thepalaceproject.github.io/allure-html-reporter-github-pages/${{ github.run_number }}
target_url: https://thepalaceproject.github.io/allure-html-reporter-github-pages/${{ github.run_number }}

- name: Debug Allure Results
run: ls -R allure-results

0 comments on commit 11b1496

Please sign in to comment.