fix(ci): use make snapshots in ci.yml

This commit is contained in:
2025-09-08 16:16:36 +03:00
committed by GitHub
parent 68e300ead6
commit 5710074685

View File

@@ -83,7 +83,7 @@ jobs:
run: npm run test:e2e
- name: Generate snapshots
run: npm run snapshots
run: make snapshots
- name: Upload Playwright report
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2