DataDog / test-visibility-github-action

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

Update instructions to include `vitest` exception #9

Closed juan-fernandez closed 3 months ago

juan-fernandez commented 3 months ago

What does this PR do?

Update README to let users know how to use this GHA with vitest.

Motivation

vitest requires an extra parameter passed to NODE_OPTIONS. After merging https://github.com/DataDog/test-visibility-install-script/pull/4 we're able to explicitly pass it to processes running vitest tests.

Describe how to test/QA your changes

Manual tests