Skip to content

Commit e3b9a87

Browse files
e2e (#160)
2 parents e549c3a + fc7d774 commit e3b9a87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: cd incidents-app && npm install
40+
41+
- name: Add XSUAA and Hana service instances
42+
run: |
43+
cd incidents-app && npx cds add hana --for production
44+
cd incidents-app && npx cds add xsuaa --for production
4045
4146
- name: Build application for production
4247
run: cd incidents-app && npx cds build --production

0 commit comments

Comments
 (0)