Skip to content

chore(deps): bump junitJupiterVersion from 5.12.0 to 5.12.1 #20

chore(deps): bump junitJupiterVersion from 5.12.0 to 5.12.1

chore(deps): bump junitJupiterVersion from 5.12.0 to 5.12.1 #20

Workflow file for this run

name: build pull request
on:
pull_request:
types:
- opened
- reopened
- edited
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Run tests
run: |
./gradlew test
- name: Run clean build
run: |
./gradlew clean build