We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a21849 commit 1fe2885Copy full SHA for 1fe2885
1 file changed
.github/workflows/maven.yml
@@ -5,10 +5,12 @@ on:
5
branches: [ "master" ]
6
paths:
7
- 'scr/**'
8
+ - 'log/**'
9
pull_request:
10
11
12
13
14
15
permissions: {}
16
@@ -29,6 +31,8 @@ jobs:
29
31
maven-version: 3.9.7
30
32
- name: Felix SCR
33
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
36
- name: Upload Test Results
37
if: always()
38
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
0 commit comments