From 571007468528b198772c327ed0372d409b15b88a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 8 Sep 2025 16:16:36 +0300 Subject: [PATCH] fix(ci): use make snapshots in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40194cb..0d96099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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