Skip to content

[fix] change test typebox and optimize object #5

[fix] change test typebox and optimize object

[fix] change test typebox and optimize object #5

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