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 @@ -113,7 +113,7 @@ jobs:
113
113
const results = [
114
114
await assertSize('./fixtures/ssg/dist/client', 352),
115
115
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),
117
117
]
118
118
for (const result of results) {
119
119
if (result.passed) {
You can’t perform that action at this time.
0 commit comments