Trigger: warning code on normal engine start up #669

unit tests are now invoked from unit_tests folder
This commit is contained in:
Andrey 2021-05-24 15:53:56 -04:00
parent 112370ae6c
commit 2f69aadce9
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ jobs:
git remote -v
echo See https://github.com/rusefi/rusefi/issues/2446
git pull https://github.com/rusefi/rusefi master
mv triggers.txt unit_tests
mv *.logicdata unit_tests
git add unit_tests/triggers.txt
git status
OUT=$(git commit -m "Trigger wheel definitions" unit_tests/triggers.txt 2>&1) || echo "commit failed, finding out why"