Skip to content

Commit 042bcba

Browse files
committed
Fix references to old fixture
1 parent 66765aa commit 042bcba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fixtures-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Testing fixtures for vercel template
5353
- name: Test cli --help flag
54-
working-directory: ./fixtures/webstudio-remix-vercel
54+
working-directory: ./fixtures/webstudio-features
5555
run: pnpm cli --help
5656

5757
- name: Testing cli link command

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
const results = [
114114
await assertSize('./fixtures/ssg/dist/client', 352),
115115
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 440),
116-
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 926),
116+
await assertSize('./fixtures/webstudio-features/build/client', 926),
117117
]
118118
for (const result of results) {
119119
if (result.passed) {

0 commit comments

Comments
 (0)