Skip to content

Add finally exit method example #9

Add finally exit method example

Add finally exit method example #9

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 16
- name: Run tests
run: mvn --batch-mode --update-snapshots test