ARMmbed / mbed-os-experimental-ble-services

Incubator of Bluetooth services
Apache License 2.0
6 stars 8 forks source link

Consolidate CI workflow #42

Closed noonfom closed 3 years ago

noonfom commented 3 years ago

This PR removes the non-reusable actions in tests/CI and consolidates CI to a single workflow under .github/workflows.

The tests.sh script now accepts command line arguments to specify the service, toolchain and target:

./tests.sh -s <service> -t <toolchain> -m <target>

Reviewers

@pan- @paul-szczepanek-arm

noonfom commented 3 years ago

@paul-szczepanek-arm Thanks for the review. I applied your changes.