Skip to content

fix: catch event.respondWith errors (#101) #165

fix: catch event.respondWith errors (#101)

fix: catch event.respondWith errors (#101) #165

Workflow file for this run

name: Uptests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
deno: ["v1.x", "nightly"]
steps:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
with:
deno-version: ${{ matrix.deno }}
- name: Run tests
run: deno test -A tests/uptests.ts