Skip to content

Commit

Permalink
Stopping the test server.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn committed Oct 1, 2024
1 parent 8dc41a6 commit 95192eb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test_minecraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,33 @@ jobs:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'craftbukkit'
version: ${{ matrix.version }}
commands: |
essence
stop
- name: Test plugin - Spigot ${{ matrix.version }}
uses: GamerCoder215/TestMC@v2.0.2
with:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'spigot'
version: ${{ matrix.version }}
commands: |
essence
stop
- name: Test plugin - Paper ${{ matrix.version }}
uses: GamerCoder215/TestMC@v2.0.2
with:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'paper'
version: ${{ matrix.version }}
commands: |
essence
stop
- name: Test plugin - Purpur ${{ matrix.version }}
uses: GamerCoder215/TestMC@v2.0.2
with:
path: "/home/runner/work/Essence/Essence/target/essence-*.jar"
runtime: 'purpur'
version: ${{ matrix.version }}
version: ${{ matrix.version }}
commands: |
essence
stop

0 comments on commit 95192eb

Please sign in to comment.