Skip to content

Commit

Permalink
chore: update bundle and test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n committed Jan 23, 2025
1 parent 3b68e6e commit 9cebfb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v8
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,20 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.node_version }}"

- name: "Install pnpm & dependencies"
uses: pnpm/action-setup@v4
with:
run_install: |
- recursive: true
- args: [--frozen-lockfile]
- name: Install Playwright Browsers
run: pnpm playwright install --with-deps

- name: Run Playwright tests
run: pnpm playwright test

- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 9cebfb9

Please sign in to comment.