Skip to content

Feature/use reusable workflow #28

Feature/use reusable workflow

Feature/use reusable workflow #28

name: Build, Lint and Test
on:
pull_request:
workflow_dispatch:
inputs:
runner:
description: Which runner to use
type: choice
default: 'ubuntu-22.04'
required: true
options:
- 'ubuntu-22.04'
- 'large-ubuntu-22.04-xxl'
schedule:
- cron: '33 13,1 * * *'
jobs:
ci:
name: Build, Lint and Test
uses: everest/everest-ci/.github/workflows/continuous_integration.yml@feature/add-reusable-ci-workflow
permissions:
contents: read
packages: write
with:
runner: ${{ inputs.runner || 'ubuntu-22.04' }}
docker_registry: ghcr.io
ctest_report_path: ctest-report
gcovr_coverage_path: gcovr-coverage

Check failure on line 28 in .github/workflows/build_and_test.yaml

View workflow run for this annotation

GitHub Actions / Build, Lint and Test

Invalid workflow file

The workflow is not valid. .github/workflows/build_and_test.yaml (Line: 28, Col: 28): Invalid input, gcovr_coverage_path is not defined in the referenced workflow.
dist_path: dist
use_build_cache: false # LTODO: test true