Skip to content

Make Discord the flagship notification method for player joins #9

Make Discord the flagship notification method for player joins

Make Discord the flagship notification method for player joins #9

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'
- name: Run tests with Gradle
run: gradle test --no-daemon