Skip to content

Merge branch 'master' into api-arena-conditions #434

Merge branch 'master' into api-arena-conditions

Merge branch 'master' into api-arena-conditions #434

Workflow file for this run

name: Build server
on:
push:
paths:
- ".github/workflows/server.yml"
- "app/**"
- "conf/**"
- "modules/**"
- "project/**"
- "translation/**"
- "build.sbt"
- "lila"
- "conf/application.conf.default"
- ".sbtopts.default"
branches-ignore:
- "l10n_master2"
pull_request:
paths:
- ".github/workflows/server.yml"
- "app/**"
- "conf/**"
- "modules/**"
- "project/**"
- "translation/source/**"
- "build.sbt"
- "lila"
- "conf/application.conf.default"
- ".sbtopts.default"
jobs:
server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- run: ./lila -Depoll=true "test;stage"