Skip to content

Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.10.0 … #1155

Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.10.0 …

Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.10.0 … #1155

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pycharm-version: ['2022.3', '2023.1.2']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 17
- name: Test
uses: eskatos/gradle-command-action@v1
with:
arguments: test -PintellijPublishToken=FAKE_TOKEN -PintellijVersion=${{ matrix.pycharm-version }}