Skip to content

Fix(size/M): Variable data type not taking up while sending the request #564

Fix(size/M): Variable data type not taking up while sending the request

Fix(size/M): Variable data type not taking up while sending the request #564

Workflow file for this run

name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
e2e:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/oc-docs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
working-directory: .
- run: npx playwright install --with-deps chromium
- run: npm run test:e2e
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: packages/oc-docs/playwright-report/
retention-days: 30