18 lines
292 B
YAML
18 lines
292 B
YAML
name: test
|
|
|
|
on:
|
|
pull_request_target:
|
|
branches: [ next ]
|
|
workflow_dispatch:
|
|
workflow_call:
|
|
|
|
permissions:
|
|
actions: write
|
|
contents: read
|
|
|
|
jobs:
|
|
run-tests:
|
|
uses: MithrilJS/infra/.github/workflows/run-tests.yml@main
|
|
with:
|
|
all-platforms: true
|
|
all-versions: true
|