Removed publishing test result step

This commit is contained in:
budtmo 2023-05-09 19:41:56 +02:00
parent 6767970307
commit 9ad2a1e73e

View File

@ -20,6 +20,3 @@ jobs:
- name: Build emulator image and run unit-test
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* . && ls -al"
- name: Publish test result
run: script -e -c "bash <(curl -s https://codecov.io/bash)"