Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH authored Jun 11, 2024
1 parent 2080e22 commit 280e441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: outs/
runtime-test:
name: Plugin Runtime Test
needs: [ Build ]
needs: [ build ]
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -52,6 +52,8 @@ jobs:
javaVersion: '17'
- mcVersion: '1.20.4'
javaVersion: '21'
- mcVersion: '1.20.6'
javaVersion: '21'
steps:
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
with:
Expand Down

0 comments on commit 280e441

Please sign in to comment.