From 8bdb4888f3fb2a3aef8c63272f6255355e955001 Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:31:22 -0800 Subject: [PATCH] fix e2e --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 745f0838..9c17ac77 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -25,4 +25,4 @@ jobs: - name: tests if: env.GIT_DIFF run: | - make test-e2e \ No newline at end of file + go work init && make test-e2e \ No newline at end of file