Skip to content

Commit

Permalink
debug history allure
Browse files Browse the repository at this point in the history
  • Loading branch information
uaxpasha committed May 1, 2024
1 parent 107866a commit 9da6bca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Allure-Playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,17 @@ jobs:
- name: Download current history files from S3
run: aws s3 cp s3://martioli/history/ ./merged-allure-results/history --recursive

# NEWWWWWWWWWWWW
- name: Print directory contents before Allure report generation
run: ls -l ./merged-allure-results/history

- name: Generate Allure report
run: npx allure generate ./merged-allure-results

# NEWEWEWEWEWEW
- name: Print directory contents after Allure report generation
run: ls -l ./merged-allure-results/history

# Copy the history to the same S3 bucket to overwrite the previous history files with updated history
- name: Backup the history with the latest data
run: aws s3 cp ./allure-report/history s3://martioli/history/ --recursive
Expand Down

0 comments on commit 9da6bca

Please sign in to comment.