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 2d94ce0 commit 5076001Copy full SHA for 5076001
.github/workflows/autofix.yml
@@ -42,7 +42,8 @@ jobs:
42
- name: 🏃 Update component test snapshots
43
run: pnpm test:nuxt -u
44
45
- - name: 🖥️ Update browser test snapshots
46
- run: pnpm test:browser --update-snapshots
+ # TODO: re-enable when we have snapshots in browser tests
+ # - name: 🖥️ Update browser test snapshots
47
+ # run: pnpm test:browser --update-snapshots
48
49
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
0 commit comments