Skip to content

added Opt.throwIfEmpty method #4

added Opt.throwIfEmpty method

added Opt.throwIfEmpty method #4

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
all_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Maven test
run: mvn -B clean test