Skip to content

chore(build): update bot script and docker-compose.yml #15

chore(build): update bot script and docker-compose.yml

chore(build): update bot script and docker-compose.yml #15

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
- name: Build Maven
run: mvn clean install
working-directory: build