Skip to content

Commit

Permalink
felix.log: Enable GitHub CI Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Dec 13, 2024
1 parent 87f75f4 commit e85971d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ "master" ]
paths:
- 'scr/**'
- 'log/**'
pull_request:
branches: [ "master" ]
paths:
- 'scr/**'
- 'log/**'

permissions: {}

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

0 comments on commit e85971d

Please sign in to comment.