Copy secrets template before building tests

This commit is contained in:
Jaakko Haakana 2025-07-26 16:12:30 +03:00
parent fec8aac53c
commit 11a94a383e

View file

@ -13,6 +13,7 @@ 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