Skip to content

Prevent errorhandling #6

Prevent errorhandling

Prevent errorhandling #6

Workflow file for this run

---
name: Java CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
cache: 'maven'
- name: Build with Maven
run: mvn -B clean install
- name: Codecov
uses: codecov/[email protected]