Skip to content

chore(deps): update junit5 monorepo to v5.10.3 #102

chore(deps): update junit5 monorepo to v5.10.3

chore(deps): update junit5 monorepo to v5.10.3 #102

Workflow file for this run

name: 'build'
on: [ 'push', 'pull_request' ]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: 'ubuntu-latest'
steps:
- name: 'checkout repo'
uses: 'actions/checkout@v2'
- name: 'setup JDK 1.8'
uses: 'actions/setup-java@v1'
with:
java-version: 1.8
- name: 'build'
run: './gradlew build'