Skip to content

chore: no more md5 checksum on published tomcat version #4

chore: no more md5 checksum on published tomcat version

chore: no more md5 checksum on published tomcat version #4

Workflow file for this run

name: Build job
on: push
jobs:
test:
name: Test - Units & Integrations
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
- name: Maven test
run: mvn test -B