Skip to content

chore(deps): bump junit from 5.11.3 to 5.12.0 #196

chore(deps): bump junit from 5.11.3 to 5.12.0

chore(deps): bump junit from 5.11.3 to 5.12.0 #196

Workflow file for this run

name: build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
with:
java-version: 17
distribution: 'temurin'
cache: gradle
- name: Build and run tests
run: ./gradlew clean build