Skip to content

[20411] Generate jUnit reports when CMake < 3.21 #194

[20411] Generate jUnit reports when CMake < 3.21

[20411] Generate jUnit reports when CMake < 3.21 #194

Workflow file for this run

name: pr_test
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dummy:
runs-on: ${{ matrix.runner-image }}
strategy:
fail-fast: false
matrix:
runner-image:
- 'ubuntu-22.04'
- 'windows-2019'
steps:
- name: Dummy step
shell: pwsh
run: |
Write-Host "Hello, world!"
Write-Host "${{ env.GITHUB_STEP_SUMMARY }}"