Skip to content

Separate sensor model behavior tests from integration tests #95

Separate sensor model behavior tests from integration tests

Separate sensor model behavior tests from integration tests #95

name: Credibility Assessment
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
cl0:
name: CL 0
uses: ./.github/workflows/cl0.yml
cl1:
name: CL 1
uses: ./.github/workflows/cl1.yml
cl2:
name: CL 2
needs: cl1
uses: ./.github/workflows/cl2.yml
cl3:
name: CL 3
needs: cl2
uses: ./.github/workflows/cl3.yml

Check failure on line 26 in .github/workflows/credibility_assessment.yml

View workflow run for this annotation

GitHub Actions / Credibility Assessment

Invalid workflow file

The workflow is not valid. In .github/workflows/credibility_assessment.yml (Line: 26, Col: 11): Error from called workflow openMSL/sl-1-0-sensor-model-repository-template/.github/workflows/cl3.yml@044b0bc3e9fea1dbe8a7951cc7963bb909470f18 (Line: 22, Col: 13): Job 'run_behavior_test' depends on unknown job 'build_tracefile_player'. In .github/workflows/credibility_assessment.yml (Line: 26, Col: 11): Error from called workflow openMSL/sl-1-0-sensor-model-repository-template/.github/workflows/cl3.yml@044b0bc3e9fea1dbe8a7951cc7963bb909470f18 (Line: 22, Col: 37): Job 'run_behavior_test' depends on unknown job 'build_tracefile_writer'.