Skip to content

Commit

Permalink
Endret til spesifikk workflow for libs backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 30, 2024
1 parent f06083e commit fbe6db3
Show file tree
Hide file tree
Showing 20 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all.workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

libs:
if: inputs.workflow == 'libs'
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
sonar-enabled: ${{ inputs.sonar-enabled }}
working-directory: "${{ inputs.type }}/${{ inputs.name }}"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/lib.commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/commands'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.csv-converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/csv-converter'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.data-transfer-objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/data-transfer-objects'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/domain'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/integration-test'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.kafka-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/kafka-config'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.kafka-producers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/kafka-producers'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.reactive-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/reactive-core'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.reactive-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/reactive-frontend'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.reactive-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/reactive-proxy'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.reactive-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/reactive-security'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.reactive-session-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/reactive-session-security'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.security-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/security-core'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.security-token-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/security-token-service'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.servlet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/servlet-core'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.servlet-insecure-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/servlet-insecure-security'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.servlet-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/servlet-security'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lib.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workflow:
uses: ./.github/workflows/common.workflow.lib.yml
uses: ./.github/workflows/common.workflow.libs.backend.yml
with:
working-directory: 'libs/testing'
secrets: inherit

0 comments on commit fbe6db3

Please sign in to comment.