Skip to content

Commit

Permalink
Annotate Buildkite build when UITests were skipped
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Halligon <[email protected]>
  • Loading branch information
iangmaia and AliSoftware committed Feb 12, 2025
1 parent 2068c89 commit c683a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/commands/run-ui-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eu

if .buildkite/commands/should-skip-ui-tests.sh > /dev/null 2>&1; then
echo "Skipping UI Tests as only documentation, tooling and non-code files were changed"
echo "Skipping UI Tests as only documentation, tooling and/or non-code files were changed" | tee >(buildkite-agent annotate)
exit 0
fi

Expand Down

0 comments on commit c683a36

Please sign in to comment.