Skip to content

Bump commons-io:commons-io from 2.15.1 to 2.16.0 #273

Bump commons-io:commons-io from 2.15.1 to 2.16.0

Bump commons-io:commons-io from 2.15.1 to 2.16.0 #273

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: macos-11
runs-on: macos-latest
steps:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
- name: Checkout
uses: actions/checkout@v2
- name: Run Tests
run: ./gradlew --no-daemon cleanTest build