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 29, 2023
1 parent 957ca9c commit ca8bbe3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/scrapers_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,19 @@ jobs:
rm -rf docs/allure-results/history
mv -f allure-report/history docs/allure-results
mv -f docs/environment.properties docs/allure-results
mv -f docs/executor.json docs/allure-results
env:
GITHUB_RUN_ID: ${{ github.run_id }}
GITHUB_RUN_NUMBER: ${{ github.run_number }}
# mv -f docs/executor.json docs/allure-results
- name: Generate Executor JSON
run: |
echo '{
"name": "GitHub Actions",
"type": "github",
"url": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/'"${GITHUB_RUN_ID}"'",
"buildName": "'"${GITHUB_RUN_NUMBER}"'",
"buildUrl": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/'"${GITHUB_RUN_ID}"'",
"reportName": "Allure Report",
"reportUrl": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/'"${GITHUB_RUN_ID}"'"
}' > docs/allure-results/executor.json
- name: Generate Allure report
run: |
Expand Down

0 comments on commit ca8bbe3

Please sign in to comment.