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 2a88f7c commit 329fc62Copy full SHA for 329fc62
.github/workflows/autofix.yml
@@ -31,9 +31,6 @@ jobs:
31
- name: 📦 Install dependencies
32
run: pnpm install
33
34
- - name: 🌐 Install browser
35
- run: pnpm playwright install chromium-headless-shell
36
-
37
- name: 🌐 Compare translations
38
run: pnpm i18n:check
39
@@ -43,14 +40,4 @@ jobs:
43
40
- name: 🔠 Fix lint errors
44
41
run: pnpm lint:fix
45
42
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
56
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
0 commit comments