Skip to content

Commit 07a14e3

Browse files
luizhf42gustavosbarreto
authored andcommitted
chore(ci): add Build action for UI
1 parent 22ba8e8 commit 07a14e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/qa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,8 @@ jobs:
142142
if: matrix.project == 'ui' && steps.filter.outputs.ui == 'true' && github.event.pull_request.draft == false
143143
working-directory: ${{ matrix.project }}
144144
run: npm run lint
145+
146+
- name: Build [UI]
147+
if: matrix.project == 'ui' && steps.filter.outputs.ui == 'true' && github.event.pull_request.draft == false
148+
working-directory: ${{ matrix.project }}
149+
run: npm run build

0 commit comments

Comments
 (0)