Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 25, 2024
1 parent 65ffa62 commit 3927a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
if: always()
with:
gh_pages: gh-pages
allure_report: allure-report
allure_history: allure-history
allure_report: ./allure-report
allure_history: ./allure-history
allure_results: ./allure-results

- name: Publish test report
Expand All @@ -94,4 +94,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
publish_dir: ./allure-history

0 comments on commit 3927a66

Please sign in to comment.