-
Notifications
You must be signed in to change notification settings - Fork 0
/
srbui5_qm-template.yml
35 lines (32 loc) · 1.27 KB
/
srbui5_qm-template.yml
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
# Copy this file into your .github/workflows folder,
# Name it srbui5_qm.yaml
name: SRB UI5 QM Workflow
on:
push:
jobs:
# Linter jobs by component
srb-reuse-linter-detail-component:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/lint.yml@master
with:
ui5app_path: ./UIComponents/DetailComponent
srb-reuse-linter-worklist-component:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/lint.yml@master
with:
ui5app_path: ./UIComponents/WorklistComponent
srb-reuse-linter-new-notif-component:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/lint.yml@master
with:
ui5app_path: ./UIComponents/NewNotificationComponent
# Builder jobs by component
srb-reuse-builder-detail-component:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/build_check_and_execute.yml@master
with:
ui5app_path: ./UIComponents/DetailComponent
srb-reuse-builder-worklist-component:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/build_check_and_execute.yml@master
with:
ui5app_path: ./UIComponents/WorklistComponent
srb-reuse-builder-new-notif-component:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/build_check_and_execute.yml@master
with:
ui5app_path: ./UIComponents/NewNotificationComponent