Skip to content

Generalized copyright headers added to source code files a bit, so th… #1388

Generalized copyright headers added to source code files a bit, so th…

Generalized copyright headers added to source code files a bit, so th… #1388

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
- quality_assurance
- cu_quality_assurance
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Test with Gradle
run: ./gradlew --no-daemon test
docker_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: |
docker build .