Skip to content

chore: run docker test i ci/cd #22

chore: run docker test i ci/cd

chore: run docker test i ci/cd #22

Workflow file for this run

name: Build PR
on:
push:
branches-ignore:
- main
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- 'LICENCE'
- 'CODEOWNERS'
jobs:
build:
name: Checkout code and run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
architecture: x64
cache: 'gradle'
- name: Run tests
run: |
./gradlew test