Skip to content

test: add new version of patch for recent changes in next repository and try it if older one doesn't work #362

test: add new version of patch for recent changes in next repository and try it if older one doesn't work

test: add new version of patch for recent changes in next repository and try it if older one doesn't work #362

Workflow file for this run

name: Deno test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Test
run: deno test -A edge-runtime/