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 c850f06 commit 3337f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrapers_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
allure/allure-2.15.0/bin/allure generate --single-file docs/allure-results
- name: Move Allure results to docs folder
run: mv -force "allure-results/index.html" "docs/api_test_report_allure.html"
run: mv -f "allure-results/index.html" "docs/api_test_report_allure.html"

- name: Commit and push Allure report
run: |
Expand Down

0 comments on commit 3337f7c

Please sign in to comment.