Skip to content

Adapt CI. Add very basic tests using @cross/test. #1

Adapt CI. Add very basic tests using @cross/test.

Adapt CI. Add very basic tests using @cross/test. #1

Workflow file for this run

on:
push:
branches: [main, dev, dev-9.0]
pull_request:
branches: [main, dev, dev-9.0]
jobs:
deno_ci:
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main
with:
entrypoint: src/croner.ts
lint_docs: false
bun_ci:
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main

Check failure on line 14 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 14, Col: 11): Input jsr_dependencies is required, but not provided while calling.

Check failure on line 14 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 14, Col: 11): Input jsr_dependencies is required, but not provided while calling.
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
test_target: "test/*.test.ts"