Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Update README for archiving #4

Update README for archiving

Update README for archiving #4

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Test with Maven (this should fail)
run: mvn -B test --file pom.xml