Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate dashboard and recommended monitors validation #9899

Merged
merged 13 commits into from
Sep 2, 2021
Prev Previous commit
Next Next commit
Add validation
  • Loading branch information
ChristineTChen committed Aug 30, 2021
commit 34315bbd3c4e925142a6b95af2a722e490fac2e8
6 changes: 5 additions & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
run: |
ddev validate legacy-signature

- name: Run recommended monitors validation
run: |
ddev validate recommended-monitors

- name: Run service checks validation
run: |
ddev validate service-checks
ddev validate service-checks