Skip to content

Commit 1fe2885

Browse files
committed
felix.log: Enable GitHub CI Build.
1 parent 5a21849 commit 1fe2885

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [ "master" ]
66
paths:
77
- 'scr/**'
8+
- 'log/**'
89
pull_request:
910
branches: [ "master" ]
1011
paths:
1112
- 'scr/**'
13+
- 'log/**'
1214

1315
permissions: {}
1416

@@ -29,6 +31,8 @@ jobs:
2931
maven-version: 3.9.7
3032
- name: Felix SCR
3133
run: mvn -B -V -Dstyle.color=always --file scr/pom.xml clean verify
34+
- name: Felix Log
35+
run: mvn -B -V -Dstyle.color=always --file log/pom.xml clean verify
3236
- name: Upload Test Results
3337
if: always()
3438
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3

0 commit comments

Comments
 (0)