diff --git a/.github/workflows/fixtures-test.yml b/.github/workflows/fixtures-test.yml index e627224a96f3..10ddf497b6d2 100644 --- a/.github/workflows/fixtures-test.yml +++ b/.github/workflows/fixtures-test.yml @@ -51,7 +51,7 @@ jobs: # Testing fixtures for vercel template - name: Test cli --help flag - working-directory: ./fixtures/webstudio-remix-vercel + working-directory: ./fixtures/webstudio-features run: pnpm cli --help - name: Testing cli link command diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef5082bca988..49341f7f5a16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,7 +113,7 @@ jobs: const results = [ await assertSize('./fixtures/ssg/dist/client', 352), await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 440), - await assertSize('./fixtures/webstudio-remix-vercel/build/client', 926), + await assertSize('./fixtures/webstudio-features/build/client', 926), ] for (const result of results) { if (result.passed) {