Skip to content

Commit

Permalink
Save the QA report as a build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Jan 15, 2025
1 parent 05f7437 commit 211dfce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
- run: |
mkdir -p base_content/ig/latest
cp -R current_branch/output/* base_content/ig/latest/
# Save current_branch/output/qa.html as a build artifact
- uses: actions/upload-artifact@v3
with:
name: qa.html
path: current_branch/output/qa.html

# Set up Pages for deployment
- name: Setup Pages
Expand Down

0 comments on commit 211dfce

Please sign in to comment.