Skip to content

test: add hono context test for cloudflare workers #81

test: add hono context test for cloudflare workers

test: add hono context test for cloudflare workers #81

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
strategy:
matrix:
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run test