Skip to content

Commit 7773315

Browse files
committed
Remove workaround for vis silently adding missing screenshots in CI
1 parent a474a4a commit 7773315

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/shared-component-visual-tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
working-directory: packages/shared-components
4646
run: "pnpm test:storybook --run"
4747

48-
# Workaround for vis silently adding new baselines if they didn't exist
49-
# Can be removed once https://github.com/repobuddy/visual-testing/issues/516 is released
50-
- run: |
51-
git add -N .
52-
git diff --exit-code
53-
5448
- name: Detect stale screenshots
5549
run: diff -rq __baselines__ __results__ | grep "^Only in __baselines__"
5650
working-directory: packages/shared-components/__vis__/linux

0 commit comments

Comments
 (0)