Skip to content

refactor(resources/scenarios): migrate scenario fetchers #55

refactor(resources/scenarios): migrate scenario fetchers

refactor(resources/scenarios): migrate scenario fetchers #55

Workflow file for this run

name: E2E tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm --filter tests exec playwright install chromium-headless-shell
- run: pnpm --filter tests run test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: |
packages/tests/playwright-report/
packages/tests/trace.zip
retention-days: 1