Skip to content

fix(deps): update dependency org.junit.jupiter:junit-jupiter-params t… #863

fix(deps): update dependency org.junit.jupiter:junit-jupiter-params t…

fix(deps): update dependency org.junit.jupiter:junit-jupiter-params t… #863

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
cache: 'gradle'
- name: Test
run: ./gradlew test