Skip to content

Commit

Permalink
fix: move report-bundle-size.js to web dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bmstefanski committed Dec 23, 2023
1 parent 08d733c commit 4fc5f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: cd apps/web && yarn playwright test
run: cd apps/web && yarn e2e:headless
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
File renamed without changes.

0 comments on commit 4fc5f80

Please sign in to comment.