From 948bc113f0410771c89d85c5836cc55abc55d53d Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 5 Feb 2025 18:02:56 +0100 Subject: [PATCH] [no-relnote] Fix e2e test make target Signed-off-by: Evan Lezar --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index ad4241b0..30159aa8 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -72,7 +72,7 @@ jobs: export E2E_SSH_KEY="$e2e_ssh_key" export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}" - make -f test/e2e/Makefile test + make -f tests/e2e/Makefile test - name: Send Slack alert notification id: slack