Skip to content

Add ability to run small tests with appropriate batching #26

Add ability to run small tests with appropriate batching

Add ability to run small tests with appropriate batching #26

Workflow file for this run

name: "gradle"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: "build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "corretto"
- uses: gradle/actions/setup-gradle@v4
- name: deltaconcor
run: |
cd deltaconcor
./gradlew clean build
cd ..
- name: premigconcor
run: |
cd premigconcor
./gradlew clean build
cd ..
- name: verifyconcor
run: |
cd verifyconcor
./gradlew clean build
cd ..