Skip to content

Commit eb028c2

Browse files
committed
move sources into logger core
1 parent f11f8d8 commit eb028c2

6 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/compile-function.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
paths:
88
- 'src/function/*'
9+
- 'LoggerCore/src/*'
910
- .github/workflows/compile.yaml
1011
- .github/workflows/compile-function.yaml
1112

@@ -19,7 +20,7 @@ jobs:
1920
program:
2021
- src: 'function'
2122
lib: ''
22-
aux: ''
23+
aux: 'LoggerCore/src/LoggerFunctionm* LoggerCore/src/LoggerFunctionReturns* LoggerCore/src/LoggerModule*'
2324
# CHANGE platforms as needed
2425
platform:
2526
- {name: 'p2', version: '6.3.2'}

0 commit comments

Comments
 (0)