Skip to content

Bump next from 15.4.8 to 15.4.9 in /examples/react in the npm_and_yarn group across 1 directory #443

Bump next from 15.4.8 to 15.4.9 in /examples/react in the npm_and_yarn group across 1 directory

Bump next from 15.4.8 to 15.4.9 in /examples/react in the npm_and_yarn group across 1 directory #443

name: cross browser e2e test
permissions:
contents: read
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
cross_browser_e2e_test:
if: false
name: cross browser e2e test
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use default Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #4.6.2
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 14