Skip to content

chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.2 #287

chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.2

chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.2 #287

Workflow file for this run

name: "Build branch"
on:
pull_request:
branches:
- "*"
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 11
cache: "gradle"
- name: Build
run: ./gradlew build jacocoTestReport --no-daemon