Skip to content

Commit

Permalink
🔧 (ZUGFERD): Build, sonar and track zugferd status
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Klaus committed Dec 28, 2024
1 parent 94e0df3 commit b4145cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/backend-sonarqube-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- key: "hopps-app_hopps-fin"
folder: "app.hopps.fin"
label: "Finanzen"
- key: "hopps-app_zugferd"
folder: "app.hopps.zugferd"
label: "ZUGFeRD"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
directory: app.hopps.org
- label: az-document-ai
directory: app.hopps.az-document-ai
- label: zugferd
directory: app.hopps.zugferd

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-track-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
projectName: [ "app.hopps.org", "app.hopps.az-document-ai", "app.hopps.fin" ]
projectName: [ "app.hopps.org", "app.hopps.az-document-ai", "app.hopps.fin", "app.hopps.zugferd" ]

steps:
# Checkout the code
Expand Down

0 comments on commit b4145cf

Please sign in to comment.