Skip to content

Add Public Instance Cybrancee #272

Add Public Instance Cybrancee

Add Public Instance Cybrancee #272

Workflow file for this run

name: buildroot
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with maven
run: |
cd serverlist-server
mvn -B package