Skip to content

Bump commons-fileupload:commons-fileupload from 1.4 to 1.5 in /analyzers/GeneXpert #9

Bump commons-fileupload:commons-fileupload from 1.4 to 1.5 in /analyzers/GeneXpert

Bump commons-fileupload:commons-fileupload from 1.4 to 1.5 in /analyzers/GeneXpert #9

Workflow file for this run

name: openelisglobal-plugins CI Build
on:
push:
branches: [develop]
pull_request:
branches: [develop]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Checkout openelisglobal-plugins
uses: actions/checkout@v2
with:
repository: ${{github.repository}}
- name: Build openelisglobal-plugins
run: mvn clean install