Skip to content

Commit

Permalink
Update test server.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn committed Oct 1, 2024
1 parent 95192eb commit 2bfbe74
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/test_minecraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
branches:
- main
- next-update
pull_request:
types:
- opened
branches:
- 'main/**'
- 'next-update/**'

jobs:
test-server:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,33 +39,33 @@ jobs:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'craftbukkit'
version: ${{ matrix.version }}
time: 30
commands: |
essence
stop
- name: Test plugin - Spigot ${{ matrix.version }}
uses: GamerCoder215/[email protected]
with:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'spigot'
version: ${{ matrix.version }}
time: 30
commands: |
essence
stop
- name: Test plugin - Paper ${{ matrix.version }}
uses: GamerCoder215/[email protected]
with:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'paper'
version: ${{ matrix.version }}
time: 30
commands: |
essence
stop
- name: Test plugin - Purpur ${{ matrix.version }}
uses: GamerCoder215/[email protected]
with:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'purpur'
version: ${{ matrix.version }}
time: 30
commands: |
essence
stop
essence

0 comments on commit 2bfbe74

Please sign in to comment.