Skip to content

Test coverage job. #576

Test coverage job.

Test coverage job. #576

Workflow file for this run

name: Long tests
on:
# run tests on push events
push:
# run tests on PR events
pull_request:
types: [opened, synchronize]
# run tests manually on a given branch (default is master)
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
branch:
# branch to test
description: 'branch to test'
# Default value if no value is explicitly provided
default: 'master'
required: false
# job
jobs:
mmg-debug:
uses: ./.github/workflows/main-job.yml

Check failure on line 24 in .github/workflows/long-tests.yml

View workflow run for this annotation

GitHub Actions / Long tests

Invalid workflow file

The workflow is not valid. In .github/workflows/long-tests.yml (Line: 24, Col: 11): Error from called workflow MmgTools/mmg/.github/workflows/main-job.yml@f381129b752c9367c8347ed23aaaa48b43bd0cb7: (Line: 29, Col: 9, Idx: 610) - (Line: 29, Col: 10, Idx: 611): While parsing a tag, did not find expected tag URI.
with:
cmake_build_type: RelWithAssert
add_cmake_cfg_args: -D LONG_TESTS=ON
branch_name: ${{github.event.inputs.branch}}
code_coverage: true
secrets: inherit