Skip to content

build(deps): Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /backend in the gradle group #31

build(deps): Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /backend in the gradle group

build(deps): Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /backend in the gradle group #31

Workflow file for this run

name: Test Backend
on:
push:
branches:
- master
paths:
- 'backend/**'
pull_request:
branches:
- master
paths:
- 'backend/**'
jobs:
backend:
name: Backend
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 17
- name: Test Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: test
build-root-directory: backend/