Skip to content

Commit 14ff20f

Browse files
committed
test
1 parent 088edef commit 14ff20f

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

.github/workflows/L1-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
name: L1-tests
2-
3-
on:
4-
push:
5-
branches: [ ]
6-
pull_request:
7-
branches: [ ]
1+
name: L1-testsx
82

93
env:
104
BUILD_TYPE: Debug

.github/workflows/L2-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: L2-tests
22

3-
on:
4-
push:
5-
branches: [ ]
6-
pull_request:
7-
branches: [ ]
8-
93
env:
104
BUILD_TYPE: Debug
115
THUNDER_REF: "R4.4.1"

cov_build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ cmake -G Ninja -S entservices-inputoutput -B build/entservices-inputoutput \
206206
-I ${PWD}/entservices-testframework/Tests/headers/ccec/drivers \
207207
-I ${PWD}/entservices-testframework/Tests/headers/network \
208208
-I ${PWD}/entservices-testframework/Tests \
209-
-I ${PWD}/Thunder/Source \
210-
-I ${PWD}/Thunder/Source/core \
211209
-include ${PWD}/entservices-testframework/Tests/mocks/devicesettings.h \
212210
-include ${PWD}/entservices-testframework/Tests/mocks/Iarm.h \
213211
-include ${PWD}/entservices-testframework/Tests/mocks/Rfc.h \

0 commit comments

Comments
 (0)