Skip to content

Commit

Permalink
add download report again
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Jul 31, 2024
1 parent c2433a9 commit d1fd55b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,20 @@ jobs:
- name: create a folder
run: mkdir backstop_data

- name: Archive HTML Report on failure
- name: Archive HTML Report
if: failure()
uses: actions/upload-artifact@v4
with:
name: report
path: backstop_data/
name: report
path: backstop_data/

- name: Download a Build Artifact
uses: actions/download-artifact@v4
with:
# Artifact name
name: Download report
# Destination path
path: backstop_data



Expand Down

0 comments on commit d1fd55b

Please sign in to comment.