Skip to content

Servers: split error-reporting server from the lobby #64

Servers: split error-reporting server from the lobby

Servers: split error-reporting server from the lobby #64

Workflow file for this run

name: Http-Clients Build
on:
pull_request:
paths:
- 'http-clients/**'
- 'lib/**'
- 'build.gradle'
push:
branches:
- master
paths:
- 'http-clients/**'
- 'lib/**'
- 'build.gradle'
jobs:
build:
runs-on: Ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Run Build Checks
run: ./http-clients/run/check