Skip to content

Commit

Permalink
add login journey (#129976)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow authored Apr 12, 2022
1 parent a897747 commit eaf6c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sleep 120

cd "$XPACK_DIR"

journeys=("ecommerce_dashboard" "flight_dashboard" "web_logs_dashboard" "promotion_tracking_dashboard")
journeys=("login" "ecommerce_dashboard" "flight_dashboard" "web_logs_dashboard" "promotion_tracking_dashboard")

for i in "${journeys[@]}"; do
echo "JOURNEY[${i}] is running"
Expand Down

0 comments on commit eaf6c84

Please sign in to comment.