diff --git a/.github/workflows/screenshot-test.yml b/.github/workflows/screenshot-test.yml index badc7550f5a..c7b5935e2b8 100644 --- a/.github/workflows/screenshot-test.yml +++ b/.github/workflows/screenshot-test.yml @@ -61,6 +61,17 @@ jobs: name: screenshots path: test/componentFixtures/.screenshots/current/ + - name: Trigger ingestion + run: | + curl -sS -X POST "https://hediet-screenshots.azurewebsites.net/ingest" \ + -H "Content-Type: application/json" \ + -d '{ + "owner": "${{ github.repository_owner }}", + "repo": "${{ github.event.repository.name }}", + "runId": ${{ github.run_id }}, + "artifactName": "screenshots" + }' + # - name: Compare screenshots # id: compare # run: |