Skip to content

Commit 98f5e28

Browse files
committed
Debug build
1 parent b280414 commit 98f5e28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bootzooka-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
id: generate-openapi-spec
4040
run: sbt "backend/generateOpenAPIDescription"
4141

42+
- name: Test UI build
43+
id: test-ui-install
44+
run: yarn install
45+
working-directory: ./ui
46+
4247
- name: Run tests
4348
id: run-tests
4449
run: sbt test

0 commit comments

Comments
 (0)