From 07219426e0eb1e6a07b4a82869b39457a6de678e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Va=C5=A1ko?= Date: Fri, 22 Nov 2024 09:50:19 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5df0e1430..ca2e2d968c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: name: "Unit Tests" secrets: inherit uses: ./.github/workflows/test-unit.yml + with: + without-cache: true + package-exception-regex: "./internal/pkg/service/stream|./internal/pkg/service/templates|./internal/pkg/service/appsproxy" test-e2e-cli: name: "E2E: CLI"