Skip to content

Commit

Permalink
Update scrapers_runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode authored Dec 15, 2023
1 parent 1072fbb commit aa2377f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scrapers_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ jobs:
run: |
allure/allure-2.15.0/bin/allure generate --single-file
- name: Move Allure results to docs folder
run: mv -f "allure-report/index.html" "docs/api_test_report_allure.html"
# - name: Move Allure results to docs folder
# run: mv -f "allure-report/index.html" "docs/api_test_report_allure.html"

- name: Commit and push Allure report
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add docs/api_test_report_allure.html
# git add docs/api_test_report_allure.html
git add allure-report
git commit -m "Add Allure test report"
git push origin main

0 comments on commit aa2377f

Please sign in to comment.