arduino / iot-client-py

Python client for Arduino IoT API
https://www.arduino.cc/reference/en/iot/api/
Other
23 stars 12 forks source link

Activate manually the test workflow #63

Closed mirkokurt closed 1 year ago

mirkokurt commented 1 year ago

Motivation

We don't have a simple way to trigger client tests, it's needed because many times happened that we weren't able to run automatic tests for many reasons (ex. GH trigger didn't start as expected)

Change description

Additional Notes

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch

Reviewer checklist