Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisLys committed Nov 4, 2024
1 parent bd6daa4 commit 6f5ecb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: allure-files
name: allure-results
path: |
allure-results/
retention-days: 7
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: allure-files
name: allure-results
path: ./

- name: Load test report history
Expand All @@ -118,7 +118,7 @@ jobs:
with:
gh_pages: gh-pages
allure_history: allure-history
allure_results: allure-files/allure-results
allure_results: allure-results

- name: Publish test report
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6f5ecb8

Please sign in to comment.