Skip to content

Commit ca538a2

Browse files
committed
test: Debug commit (will delete later)
1 parent ead0d84 commit ca538a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/github-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
2929

30+
31+
- name: Build Schema #TODO: REMOVE !!!!!!!!!!!!!!!
32+
working-directory: internal/documentation
33+
run: |
34+
npm run schema-generate
35+
npm run schema-workspace-generate
36+
cat schema/ui5.yaml.json
37+
#TODO: REMOVE !!!!!!!!!!!!!!!
3038
- name: Perform ESLint check
3139
run: npm run lint
3240

0 commit comments

Comments
 (0)