firmware actually does not run console unit tests

This commit is contained in:
rusefi 2022-05-24 22:58:23 -04:00
parent 124375b07a
commit 5d047e2de4
1 changed files with 0 additions and 7 deletions

View File

@ -334,13 +334,6 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && env.skip != 'true' }}
run: bash misc/jenkins/compile_other_versions/prepare_bundle.sh ${{matrix.build-target}} ${{matrix.ini-file}}
- name: Attach console junit results
if: ${{ env.skip != 'true' }}
uses: actions/upload-artifact@v2
with:
name: console ${{matrix.build-target}} junit
path: ./java_console/build/*.txt
- name: Upload build bin
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' }}
uses: actions/upload-artifact@v2