From 409a02a125972d94949af00f8a488ec87bc28413 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Mon, 13 Oct 2025 14:02:20 -0500 Subject: [PATCH] Update affected-tests.yml --- .github/workflows/affected-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/affected-tests.yml b/.github/workflows/affected-tests.yml index 5f0e70ed..8024baba 100644 --- a/.github/workflows/affected-tests.yml +++ b/.github/workflows/affected-tests.yml @@ -27,6 +27,10 @@ jobs: - name: Go Mod Download run: go mod download + - name: Build e2e binaries + run: | + make bin/preflight bin/support-bundle + - name: Compute base ref id: pr-info run: |