Skip to content

Releases: FirebaseExtended/github-actions

v1.5

19 Dec 23:48
57091ac

Choose a tag to compare

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

Full Changelog: v1.4...v1.5

v1.4

06 Dec 17:48
41c787c

Choose a tag to compare

Update google-github-actions (#9)

v1.3: Add option to run tests on 1 randomly-chosen device from the list. (#7)

11 Oct 18:43
bd94752

Choose a tag to compare

* 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

v1.2

18 Oct 21:26
99c0b2f

Choose a tag to compare

update github action outputs (#6)