Skip to content

build(deps): bump org.junit.platform:junit-platform-launcher from 6.0.1 to 6.0.2 #431

build(deps): bump org.junit.platform:junit-platform-launcher from 6.0.1 to 6.0.2

build(deps): bump org.junit.platform:junit-platform-launcher from 6.0.1 to 6.0.2 #431

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: macos-17
runs-on: macos-latest
steps:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 17
- name: Checkout
uses: actions/checkout@v2
- name: Run Tests
run: ./gradlew --no-daemon cleanTest build