Skip to content

Add path option to ctest action #108

Add path option to ctest action

Add path option to ctest action #108

Workflow file for this run

name: pr_test
description: Check Pull Request

Check failure on line 2 in .github/workflows/pr_test.yml

View workflow run for this annotation

GitHub Actions / pr_test

Invalid workflow file

The workflow is not valid. .github/workflows/pr_test.yml (Line: 2, Col: 1): Unexpected value 'description'
on:
workflow_dispatch:
pull_request:
jobs:
dummy:
runs-on: ubuntu-22.04
steps:
- name: Do nothing yet
shell: bash
run: |
echo "ToDo"