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 758556a commit 68f0838
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ jobs:
mkdir allure-report
allure generate allure-results --report-dir allure-report
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: allure-report
# path: |
# allure-report/
# retention-days: 1

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -110,12 +102,6 @@ jobs:
name: allure-results
path: allure-results

# - name: Download artifact
# uses: actions/download-artifact@v4
# with:
# name: allure-report
# path: allure-report

- name: Display structure of downloaded files
run: |
ls -R
Expand Down Expand Up @@ -143,12 +129,4 @@ jobs:
with:
github_token: ${{ secrets.TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history

# - name: Publish test report
# uses: peaceiris/actions-gh-pages@v3
# if: always()
# with:
# github_token: ${{ secrets.TOKEN }}
# publish_branch: gh-pages
# publish_dir: ./allure-report
publish_dir: allure-history

0 comments on commit 68f0838

Please sign in to comment.