Skip to content

Make the load balancer immediately aware of the number of playing players #62

Make the load balancer immediately aware of the number of playing players

Make the load balancer immediately aware of the number of playing players #62

Workflow file for this run

name: Build project (in pr)
on:
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
with:
path: './'
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew --no-daemon build -x test