Skip to content

Fix GUI-sortering av meldinger #6981

Fix GUI-sortering av meldinger

Fix GUI-sortering av meldinger #6981

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