Skip to content

Feature/use reusable workflow #52

Feature/use reusable workflow

Feature/use reusable workflow #52

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_test.yaml" -> "everest/everest-ci/.github/workflows/continuous_integration.yml@feature/add-reusable-ci-workflow" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
permissions:
contents: read
packages: write
secrets:
coverage_deploy_token: ${{ secrets.SA_GITHUB_PAT }}
with:
runner: ${{ inputs.runner || 'ubuntu-22.04' }}
artifact_deploy_target_repo: EVerest/everest.github.io
docker_registry: ghcr.io
ctest_report_path: ctest-report
coverage_report_path: gcovr-coverage
coverage_xml_path: gcovr-coverage-xml.xml
dist_path: dist
use_build_cache: true