diff --git a/.github/workflows/unity-test.yml b/.github/workflows/unity-test.yml index ae4bffe..1e7927d 100644 --- a/.github/workflows/unity-test.yml +++ b/.github/workflows/unity-test.yml @@ -3,6 +3,7 @@ name: Unity Tests on: push: branches: [ main, 'dev-ci' ] + workflow_dispatch: env: BYPASS_UNITY_INIT: $false # Set to $true to bypass initialization check if needed diff --git a/.gitignore b/.gitignore index 056f494..1350ca0 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,7 @@ speedsLogs.txt .vsconfig .config *.log -*.csv \ No newline at end of file +*.csv + +AGENTS.md +sumo_bridge.pid \ No newline at end of file