Skip to content

Commit 9ce6015

Browse files
committed
felix.log: Enable GitHub CI Build.
1 parent 2f42fa0 commit 9ce6015

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/maven-ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'http/**'
99
- 'tools/maven-bundle-plugin/**'
1010
- 'tools/osgicheck-maven-plugin/**'
11+
- 'log/**'
1112
- 'webconsole/**'
1213
pull_request:
1314
branches: [ "master" ]
@@ -17,7 +18,8 @@ on:
1718
- 'tools/maven-bundle-plugin/**'
1819
- 'tools/osgicheck-maven-plugin/**'
1920
- 'webconsole/**'
20-
21+
- 'log/**'
22+
2123
permissions: {}
2224

2325
jobs:
@@ -50,10 +52,16 @@ jobs:
5052
- 'tools/osgicheck-maven-plugin/**'
5153
webconsole:
5254
- 'webconsole/**'
55+
log:
56+
- 'log/**'
57+
5358
- name: Felix SCR
5459
if: steps.changes.outputs.scr == 'true'
5560
run: mvn -B -V -Dstyle.color=always --file scr/pom.xml clean verify
56-
- name: Felix HTTP
61+
- name: Felix Log
62+
if: steps.changes.outputs.log == 'true'
63+
run: mvn -B -V -Dstyle.color=always --file log/pom.xml clean verify
64+
- name: Felix HTTP
5765
if: steps.changes.outputs.http == 'true'
5866
run: mvn -B -V -Dstyle.color=always "-Dit.test=!MissingWebsocketDependenciesIT" --file http/pom.xml clean install verify
5967
- name: Felix Maven bundle plugin

0 commit comments

Comments
 (0)