[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: don't update test snapshots in autofix workflow (#826)

authored by

Daniel Roe and committed by
GitHub
329fc62c 2a88f7c3

-13
-13
.github/workflows/autofix.yml
··· 31 31 - name: ๐Ÿ“ฆ Install dependencies 32 32 run: pnpm install 33 33 34 - - name: ๐ŸŒ Install browser 35 - run: pnpm playwright install chromium-headless-shell 36 - 37 34 - name: ๐ŸŒ Compare translations 38 35 run: pnpm i18n:check 39 36 ··· 42 39 43 40 - name: ๐Ÿ”  Fix lint errors 44 41 run: pnpm lint:fix 45 - 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 42 56 43 - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27