From 459ee41bd0395cebf574782dd69bec83ace5cc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 4 Feb 2026 17:06:08 +0400 Subject: [PATCH] Skip apps building on api e2e tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .github/workflows/make.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index 643d7a5e8..f1c225d36 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -243,7 +243,7 @@ jobs: with open('e2e/console/testdata/config.yaml', 'w') as f: yaml.dump(config, f, default_flow_style=False, allow_unicode=True) EOF - - run: "make test-e2e" + - run: "SKIP_APPS=1 make test-e2e" env: GOTESTSUM_JUNITFILE: "junit-e2e.xml" - name: "Upload test results"