Skip to content

Add long running test. Utilize cross-org standard workflow for ci.. #5

Add long running test. Utilize cross-org standard workflow for ci..

Add long running test. Utilize cross-org standard workflow for ci.. #5

Workflow file for this run

on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
deno_ci:
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main
with:
entrypoint: mod.ts
lint_docs: false
bun_ci:
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
with:
jsr_dependencies: "@std/assert @std/async @cross/runtime"
npm_dependencies: "sinon"
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
test_target: "*.test.ts"
jsr_dependencies: "@std/assert @std/async @cross/runtime"
npm_dependencies: "sinon"