We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a474a4a commit 7773315Copy full SHA for 7773315
1 file changed
.github/workflows/shared-component-visual-tests.yaml
@@ -45,12 +45,6 @@ jobs:
45
working-directory: packages/shared-components
46
run: "pnpm test:storybook --run"
47
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
-
54
- name: Detect stale screenshots
55
run: diff -rq __baselines__ __results__ | grep "^Only in __baselines__"
56
working-directory: packages/shared-components/__vis__/linux
0 commit comments