Skip to content

Commit

Permalink
Run Keepers Tests On Merge Group Event (#13143)
Browse files Browse the repository at this point in the history
This was broken at some point and this fixes it
  • Loading branch information
tateexon authored May 20, 2024
1 parent 0d58a8d commit e48ed90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ jobs:
MATRIX_JSON_AUTOMATION=$(./scripts/buildTestMatrixList.sh ./smoke/automation_test.go automation ubuntu-latest 1)
MATRIX_JSON_KEEPER=$(./scripts/buildTestMatrixList.sh ./smoke/keeper_test.go keeper ubuntu-latest 1)
COMBINED_ARRAY=$(jq -c -n "$MATRIX_JSON_AUTOMATION + $MATRIX_JSON_KEEPER")
echo "combined array = ${COMBINED_ARRAY}"
echo "event name = $GITHUB_EVENT_NAME"
LOG_POLLER_MATRIX_JSON=$(./scripts/buildTestMatrixList.sh ./smoke/log_poller_test.go log_poller ubuntu-latest 1)
echo "LP_JOB_MATRIX_JSON=${LOG_POLLER_MATRIX_JSON}" >> $GITHUB_ENV
Expand Down

0 comments on commit e48ed90

Please sign in to comment.