-
Notifications
You must be signed in to change notification settings - Fork 3
49 lines (46 loc) · 1.26 KB
/
Copy pathapp.dolly-frontend.yml
File metadata and controls
49 lines (46 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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