Skip to content

Commit

Permalink
upload result
Browse files Browse the repository at this point in the history
  • Loading branch information
wibjorn committed Nov 9, 2024
1 parent df5fd3e commit dce3cbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/visual-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ jobs:
- name: Build diff report site
run: npm run build-report -w @microsoft/atlas-integration

# Temporarily upload screenshots for pull requests, just to verify they are as we'd expect
- name: Upload site [pull_request]
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'main' }}
uses: actions/upload-artifact@v4
with:
name: visual-diff-screenshots-${{ github.sha }}
path: ./integration/dist

# # Pages setup and upload
# - name: Setup Pages
# uses: actions/configure-pages@v5
Expand Down

0 comments on commit dce3cbf

Please sign in to comment.