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 8247bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
run: cd apps/web && yarn playwright install --with-deps
- name: Run Playwright tests
run: cd apps/web && yarn playwright test
run: cd apps/web && yarn e2e:test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
File renamed without changes.

0 comments on commit 8247bd3

Please sign in to comment.