Skip to content

[break] first commit #1

[break] first commit

[break] first commit #1

Workflow file for this run

name: E2E
on: [pull_request]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run test:e2e