Skip to content

chore(deps): bump next from 14.0.4 to 14.1.1 in /apps/workshop #8

chore(deps): bump next from 14.0.4 to 14.1.1 in /apps/workshop

chore(deps): bump next from 14.0.4 to 14.1.1 in /apps/workshop #8

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
e2e-studio:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout respository
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Install Playwright Browsers
run: pnpm -F studio exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm -F studio exec playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30