DataDog / test-visibility-github-action

GitHub Action that installs Datadog Test Visibility
Apache License 2.0
3 stars 1 forks source link

Fix installation script checksum verification when running on macos-latest #14

Closed nikita-tkachenko-datadog closed 1 month ago

nikita-tkachenko-datadog commented 1 month ago

What does this PR do?

Fixes installation script checksum verification when the job uses runs-on: macos-latest.

Motivation

An issue was reported.

Additional Notes

Mac OS runner for Github actions does not have the sha256sum command available, instead it has shasum

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Tested manually in a job that is configured with runs-on: macos-latest.