Skip to content

Commit

Permalink
build: upgrade visual snapshot to support new artifacts api
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Feb 10, 2025
1 parent 72f2a81 commit af1f052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
docker run --rm --network="host" -v $PWD:$PWD ghcr.io/linz/basemaps-screenshot/cli:v1 --url http://localhost:5000 --output $PWD/.artifacts/visual-snapshots
- name: Save snapshots
uses: getsentry/action-visual-snapshot@v2
uses: blacha/action-visual-snapshot@v2-next
with:
save-only: true
snapshot-path: .artifacts/visual-snapshots
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Diff snapshots
id: visual-snapshots-diff
uses: blacha/action-visual-snapshot@v2
uses: blacha/action-visual-snapshot@v2-next
with:
storage-prefix: 's3://linz-basemaps-screenshot'
storage-url: 'https://d25mfjh9syaxsr.cloudfront.net'

0 comments on commit af1f052

Please sign in to comment.