mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Copy secrets template before building tests
This commit is contained in:
parent
fec8aac53c
commit
11a94a383e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue