Closed cagnulein closed 1 year ago
Hello. Thanks for your report. I will update the base Docker image next week.
Thank you!
Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud
Il giorno ven 14 apr 2023 alle ore 11:15 Matthieu Corageoud < @.***> ha scritto:
Hello. Thanks for your report. I will update the base Docker image next week.
— Reply to this email directly, view it on GitHub https://github.com/matco/action-connectiq-tester/issues/2#issuecomment-1508205087, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWB6V4M7QCV7QPA3HTTXBEITVANCNFSM6AAAAAAW5E3ILM . You are receiving this because you authored the thread.Message ID: @.***>
I updated the underlying Docker image that is used by this action and included all devices (see https://github.com/matco/connectiq-tester/commit/3e5baa09796788341bdd54b36fcc8c7add2e4328). It should work now!
Thanks! The error now is gone but it still doesn't build, maybe something else https://github.com/cagnulein/QZCompanionGarmin/actions/runs/4689831794/jobs/8383292802
Strange that it's working on my Mac instead (app already on the connect iq store)
Il giorno lun 17 apr 2023 alle 21:46 Matthieu Corageoud < @.***> ha scritto:
I updated the underlying Docker image that is used by this action and included all devices (see @.*** https://github.com/matco/connectiq-tester/commit/3e5baa09796788341bdd54b36fcc8c7add2e4328). It should work now!
— Reply to this email directly, view it on GitHub https://github.com/matco/action-connectiq-tester/issues/2#issuecomment-1511985906, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWAIVRL5TELWFHHGCNTXBWM2FANCNFSM6AAAAAAW5E3ILM . You are receiving this because you authored the thread.Message ID: @.***>
-- Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud
Correct me if I'm wrong, but I didn't find any tests in your application (methods marked with the :test annotation, as explained here https://developer.garmin.com/connect-iq/core-topics/unit-testing/). It seems the ConnectIQ test runner crashes when there is no test, hence the error in the run of your GitHub action.
Hah ok I thought it shouldn't crash without tests. Thanks