Skip to content

Upgrade HTML-Unit 4.1.0 to 4.2.0 - fix HtmlServerUnloadedJSTest #173

Upgrade HTML-Unit 4.1.0 to 4.2.0 - fix HtmlServerUnloadedJSTest

Upgrade HTML-Unit 4.1.0 to 4.2.0 - fix HtmlServerUnloadedJSTest #173

Workflow file for this run

name: Java-CI
on: [push, pull_request]
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: Build with Ant
run: ant release
- name: Publish coverage
run: bash <(curl -s https://codecov.io/bash) -f target/reports/coverage/all/coverage.xml