mithril-vndb/.github/workflows/test.yml
2024-09-24 18:57:00 -07:00

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