Skip to content

Commit

Permalink
Fix references to old fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 2, 2025
1 parent 66765aa commit 042bcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fixtures-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 042bcba

Please sign in to comment.