Skip to content

add test for legacy Unirest to show behavior for issue #484 #500

add test for legacy Unirest to show behavior for issue #484

add test for legacy Unirest to show behavior for issue #484 #500

Workflow file for this run

name: Verify
on:
push:
# Sequence of patterns matched against refs/heads
branches-ignore:
- apache5
- jv11
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache
uses: actions/[email protected]
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B package --file pom.xml