mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): temporarily enable screenshot failures for artifacts pipeline (#175179)
This PR temporarily changes the artifacts pipeline to upload screenshot failures so we can debug a smoke test problem we're having there
This commit is contained in:
parent
b811bfe7d4
commit
83a5ffb52a
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ set -euo pipefail
|
|||
source "$(dirname "$0")/../../common/util.sh"
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
|
||||
# temporary adding this to get screenshots
|
||||
is_test_execution_step
|
||||
|
||||
echo "--- Package Testing for $TEST_PACKAGE"
|
||||
|
||||
mkdir -p target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue