Skip to content

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#137) #349

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#137)

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#137) #349

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
cache: 'maven'
- name: Run Tests
run: .github/workflows/run_tests.sh