Skip to content

Commit

Permalink
Ensure we update visual snapshot on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jan 30, 2025
1 parent 9a2617a commit 1232519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icons-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: yarn workspace dnb-design-system-portal build:visual-test

- name: Run visual tests
run: yarn workspace dnb-design-system-portal test:screenshots:ci
run: yarn workspace dnb-design-system-portal test:screenshots:ci:update

- name: Commit updated snapshots
run: yarn workspace @dnb/eufemia postbuild:commit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '!portal'
- '!beta'
- '!alpha'
- '!icon*/**'
pull_request:
branches:
- 'portal'
Expand Down

0 comments on commit 1232519

Please sign in to comment.