Skip to content

Generate Package Config File During Build #167

Generate Package Config File During Build

Generate Package Config File During Build #167

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.1
- name: Configure Project
uses: threeal/cmake-action@v2.0.0
with:
# TODO: Replace `MY_PROJECT_ENABLE_TESTS` with the correct test option.
options: MY_PROJECT_ENABLE_TESTS=ON
run-build: false
- name: Test Project
uses: threeal/ctest-action@v1.1.0
with:
verbose: true