Remove secrets copy from tests

This commit is contained in:
Daniel Öster 2025-09-01 15:34:28 +03:00
parent 21b2b06dab
commit 024ff58965

View file

@ -13,7 +13,6 @@ jobs:
- name: Configure and build with CMake - name: Configure and build with CMake
run: | run: |
cp Software/USER_SECRETS.TEMPLATE.h Software/USER_SECRETS.h
cd test cd test
mkdir build mkdir build
cd build cd build