Skip to content

Allow "conference" header #45

Allow "conference" header

Allow "conference" header #45

Workflow file for this run

name: Backend Test
on: pull_request
# Cancel any current or previous job from the same PR
concurrency:
group: backend-test-${{ github.head_ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Build
run: ./gradlew build