File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Testing fixtures for vercel template
53
53
- name : Test cli --help flag
54
- working-directory : ./fixtures/webstudio-remix-vercel
54
+ working-directory : ./fixtures/webstudio-features
55
55
run : pnpm cli --help
56
56
57
57
- name : Testing cli link command
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
const results = [
136
136
await assertSize('./fixtures/ssg/dist/client', 352),
137
137
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 440),
138
- await assertSize('./fixtures/webstudio-remix-vercel /build/client', 926),
138
+ await assertSize('./fixtures/webstudio-features /build/client', 926),
139
139
]
140
140
for (const result of results) {
141
141
if (result.passed) {
You can’t perform that action at this time.
0 commit comments