From 024ff58965cf43f70fa1caa5c5c61898a2261920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Mon, 1 Sep 2025 15:34:28 +0300 Subject: [PATCH] Remove secrets copy from tests --- .github/workflows/unit-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 3b385bc8..081538cc 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -13,7 +13,6 @@ jobs: - name: Configure and build with CMake run: | - cp Software/USER_SECRETS.TEMPLATE.h Software/USER_SECRETS.h cd test mkdir build cd build