Skip to content

Commit

Permalink
updated test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
“Dorokhin committed Jun 2, 2024
1 parent 0f663b4 commit 815d59c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,10 @@ jobs:
with:
gh_pages: gh-pages
allure_history: allure-history
allure_results: build/allure-results
allure_results: allure-results

- name: Publish test report
# uses: peaceiris/actions-gh-pages@v3
run: |
git checkout --orphan gh-pages
git reset --hard
git clean -ffxd
mv allure-report/history/* .
git add .
git -c user.name='ekonom82' -c user.email='[email protected]' commit -m 'Publish Allure report'
git push -f origin gh-pages
uses: peaceiris/actions-gh-pages@v3
if: always()
with:
github_token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 815d59c

Please sign in to comment.