Skip to content

minor Windows integration tests improvements #399

minor Windows integration tests improvements

minor Windows integration tests improvements #399

Workflow file for this run

name: Tests
on:
pull_request:
workflow_dispatch:
workflow_call:
push:
branches:
- main
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
permissions:
contents: read
checks: write # required by mikepenz/action-junit-report
jobs:
gradle-check:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
task:
- "check --continue"
fail-fast: false
uses: ./.github/workflows/gradle_task.yml
with:
runs-on: ${{ matrix.os }}
gradle-task: >-
${{ matrix.task }} --stacktrace