From 0add1d3f5bc455560bb8e80abd21dc6cd6410f09 Mon Sep 17 00:00:00 2001 From: Emterry Date: Tue, 3 Dec 2024 16:56:04 +0000 Subject: [PATCH] debug --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 188ae5a6..800515ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,4 +46,4 @@ jobs: make build - name: Run tests - run: IMAGE_NAME=${{ github.repository }}_eks make test-python \ No newline at end of file + run: IMAGE_NAME=${{ github.repository }} make test-python \ No newline at end of file