Skip to content

Commit

Permalink
[OAS] Include connector APIs (elastic#191679)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Aug 29, 2024
1 parent 30543b1 commit 4a3fa7e
Show file tree
Hide file tree
Showing 7 changed files with 1,425 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/capture_oas_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
source .buildkite/scripts/common/util.sh

echo --- Capture OAS snapshot
cmd="node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules"
cmd="node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions"
if is_pr && ! is_auto_commit_disabled; then
cmd="$cmd --update"
fi
Expand Down
Loading

0 comments on commit 4a3fa7e

Please sign in to comment.