diff --git a/.github/workflows/build-simulator.yaml b/.github/workflows/build-simulator.yaml index 235b46120f..906ef75fef 100644 --- a/.github/workflows/build-simulator.yaml +++ b/.github/workflows/build-simulator.yaml @@ -58,9 +58,10 @@ jobs: working-directory: ./simulator/ run: ./build/rusefi_simulator 10 - - name: Reset git + - name: Git Status and Simulator generated folder Status run: | - git reset --hard + git status + ls -l simulator/generated/ - name: Gradle tune-tools working-directory: ./java_tools