Skip to content

Merge branch 'main' of https://github.com/GioeleBucci/TBOOOP into bugfix #250

Merge branch 'main' of https://github.com/GioeleBucci/TBOOOP into bugfix

Merge branch 'main' of https://github.com/GioeleBucci/TBOOOP into bugfix #250

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
- name: Run Gradle build
run: ./gradlew build