Add mock for brukerService in getTestgrupper test to ensure proper us… #4419
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dolly-backend | |
on: | |
push: | |
paths: | |
- "plugins/**" | |
- "libs/data-transfer-objects/**" | |
- "libs/data-transfer-search-objects/**" | |
- "libs/database/**" | |
- "libs/reactive-core/**" | |
- "libs/security-core/**" | |
- "libs/servlet-core/**" | |
- "libs/servlet-insecure-security/**" | |
- "libs/servlet-security/**" | |
- "apps/dolly-backend/**" | |
- ".github/workflows/app.dolly-backend.yml" | |
jobs: | |
workflow: | |
uses: ./.github/workflows/common.workflow.backend.yml | |
with: | |
working-directory: "apps/dolly-backend" | |
deploy-tag: "#deploy-dolly-backend" | |
deploy-tag-test: "#deploy-test-dolly-backend" | |
permissions: | |
contents: read | |
id-token: write | |
secrets: inherit |