matco / action-connectiq-tester

The Unlicense
5 stars 1 forks source link

Is it possible to add also the edge devices? #2

Closed cagnulein closed 1 year ago

cagnulein commented 1 year ago
/usr/bin/docker run --name c04427393b375f5b24478acac7a28d[6](https://github.com/cagnulein/QZCompanionGarmin/actions/runs/4689736751/jobs/8311862416#step:5:7)ebfe40_4dbc57 --label 6c0442 --workdir /github/workspace --rm -e "INPUT_DEVICE" -e "INPUT_PATH" -e "INPUT_CERTIFICATE" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/QZCompanionGarmin/QZCompanionGarmin":"/github/workspace" 6c0442:7393b375f5b24478acac7a28d6ebfe40  "." "fenix7" ""
ERROR: fenix7: Invalid device id found in the application manifest: 'edge530'.
matco commented 1 year ago

Hello. Thanks for your report. I will update the base Docker image next week.

cagnulein commented 1 year ago

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: @.***>

matco commented 1 year ago

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!

cagnulein commented 1 year ago

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

matco commented 1 year ago

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.

cagnulein commented 1 year ago

Hah ok I thought it shouldn't crash without tests. Thanks