Data Tests validate your data against off-the-shelf checks or custom business rules.
EXAMPLE_VALUE
(default):
EXAMPLE_VALUE
:
/invite
command shown below:tests.yaml
) in the root of your repository. Then write your tests use the same format described in our Monitors as Code docs with two exceptions:
run_in_ci
flag to each test and set it to true
(assuming you’d like to run the test).github/workflows/
using the following template. Be sure to tailor it to your particular setup: