Skip to content

GitHub Changes

GitHub Changes #2

Workflow file for this run

name: Runtime Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
strategy:

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

View workflow run for this annotation

GitHub Actions / Runtime Tests

Invalid workflow file

The workflow is not valid. .github/workflows/runtime.yml (Line: 14, Col: 5): Required property is missing: runs-on
matrix:
runtime: [ 'paper', 'spigot', 'craftbukkit' ]
version: [ '1.17', '1.18', '1.19', '1.20', '1.21' ]
# ...
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Maven
run: mvn clean install
- uses: gmitch215/TestMC@v2
with:
path: 'target/MinecraftServerAPI*.jar'
runtime: ${{ matrix.runtime }}
version: ${{ matrix.version }}
time: 120
commands: |
version