Skip to content

ci: implement new workflow structure for simulator based tests #360

ci: implement new workflow structure for simulator based tests

ci: implement new workflow structure for simulator based tests #360

Workflow file for this run

name: Simulator Test
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # Runs daily at 01:00 UTC
jobs:
call_reusable_workflow:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-ros2-simulator-test.yml@main

Check failure on line 13 in .github/workflows/simulator-test.yml

View workflow run for this annotation

GitHub Actions / Simulator Test

Invalid workflow file

The workflow is not valid. .github/workflows/simulator-test.yml (Line: 13, Col: 11): Input test_script is required, but not provided while calling. .github/workflows/simulator-test.yml (Line: 17, Col: 21): Invalid input, test_scripts is not defined in the referenced workflow.
with:
vcs_repos_file: "tests/dependencies.repos"
setup_script: "tests/setup.sh"
test_scripts: '[
"tests/simulator_tests/waypoint_navigation/simulator_test.sh",
]'