mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
12 lines
178 B
YAML
12 lines
178 B
YAML
name: 'PR: Test'
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/generic.test.yml
|
|
with:
|
|
plugin_name: multiverse-core
|