Skip to content

Bump com.github.tomakehurst:wiremock-jre8 from 2.32.0 to 2.35.1 in /github-crawler-autoconfigure #80

Bump com.github.tomakehurst:wiremock-jre8 from 2.32.0 to 2.35.1 in /github-crawler-autoconfigure

Bump com.github.tomakehurst:wiremock-jre8 from 2.32.0 to 2.35.1 in /github-crawler-autoconfigure #80

name: CI
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn clean install --no-transfer-progress
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1