Releases: FirebaseExtended/github-actions
Releases · FirebaseExtended/github-actions
v1.5
What's Changed
- Bump braces from 3.0.2 to 3.0.3 in /health-metrics/release-diffing by @dependabot[bot] in #10
- Bump cross-spawn from 7.0.3 to 7.0.6 in /health-metrics/release-diffing by @dependabot[bot] in #12
- Bump js-yaml from 4.1.0 to 4.1.1 in /health-metrics/release-diffing by @dependabot[bot] in #13
- Bump micromatch from 4.0.5 to 4.0.8 in /health-metrics/release-diffing by @dependabot[bot] in #11
- Update action.yml to use full commit SHAs for dependencies by @paulb777 in #14
New Contributors
- @dependabot[bot] made their first contribution in #10
- @paulb777 made their first contribution in #14
Full Changelog: v1.4...v1.5
v1.4
v1.3: Add option to run tests on 1 randomly-chosen device from the list. (#7)
* Add option to run tests on 1 randomly-chosen device from the list. Due to hiccups in FTL availability, sometimes you may want to distribute your test runs onto different FTL device types. This option allows you to pass in a list of test_devices, but rather than running the test on *all* devices in the list, you can run the tests on one randomly-chosen device from the list instead. * Fix typo * Add random selection in the other part of the script. * Remove extraneous device setting. * Add readme note for new param. * Format. * Format. * punctuation