Skip to content

Commit 329fc62

Browse files
authored
ci: don't update test snapshots in autofix workflow (#826)
1 parent 2a88f7c commit 329fc62

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/autofix.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: 📦 Install dependencies
3232
run: pnpm install
3333

34-
- name: 🌐 Install browser
35-
run: pnpm playwright install chromium-headless-shell
36-
3734
- name: 🌐 Compare translations
3835
run: pnpm i18n:check
3936

@@ -43,14 +40,4 @@ jobs:
4340
- name: 🔠 Fix lint errors
4441
run: pnpm lint:fix
4542

46-
- name: 🧪 Update unit test snapshots
47-
run: pnpm test:unit -u
48-
49-
- name: 🏃 Update component test snapshots
50-
run: pnpm test:nuxt -u
51-
52-
# TODO: re-enable when we have snapshots in browser tests
53-
# - name: 🖥️ Update browser test snapshots
54-
# run: pnpm test:browser --update-snapshots
55-
5643
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

0 commit comments

Comments
 (0)