Integrate DollySpinner into BestillingProgresjon and DashboardPage fo… #6990
This file contains hidden or 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-frontend | |
| on: | |
| push: | |
| paths: | |
| - .github/workflows/app.dolly-frontend.yml | |
| - .github/workflows/common.playwright.yml | |
| - .github/workflows/common.vitest.yml | |
| - apps/dolly-frontend/** | |
| - libs/data-transfer-objects/** | |
| - libs/reactive-core/** | |
| - libs/reactive-frontend/** | |
| - libs/reactive-proxy/** | |
| - libs/reactive-security/** | |
| - libs/reactive-session-security/** | |
| - libs/security-core/** | |
| - libs/testing/** | |
| - plugins/** | |
| jobs: | |
| playwright: | |
| uses: ./.github/workflows/common.playwright.yml | |
| permissions: | |
| packages: read | |
| id-token: write | |
| contents: read | |
| with: | |
| working-directory: "apps/dolly-frontend" | |
| vitest: | |
| uses: ./.github/workflows/common.vitest.yml | |
| permissions: | |
| packages: read | |
| id-token: write | |
| contents: read | |
| with: | |
| working-directory: "apps/dolly-frontend" | |
| workflow: | |
| uses: ./.github/workflows/common.workflow.frontend.yml | |
| permissions: | |
| packages: write | |
| id-token: write | |
| contents: read | |
| with: | |
| working-directory: "apps/dolly-frontend" | |
| deploy-tag: "#deploy-dolly-frontend" | |
| deploy-tag-test: "#deploy-test-dolly-frontend" | |
| deploy-tag-idporten: "#deploy-idporten-frontend" | |
| secrets: inherit |