Skip to content

Commit 2615158

Browse files
committed
ci(libviewer): add style build for libviewer
1 parent 0e4b1e8 commit 2615158

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/l-libcommon.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ on:
2323
- ".github/workflows/_unit-tests-python.yml"
2424
- "tools/docker-compose-mongo.yml"
2525
jobs:
26-
quality:
26+
quality-libcommon:
2727
uses: ./.github/workflows/_quality-python.yml
2828
with:
2929
working-directory: libs/libcommon
30-
unit-tests:
30+
quality-libviewer:
31+
uses: ./.github/workflows/_quality-python.yml
32+
with:
33+
working-directory: libs/libviewer
34+
unit-tests-libcommon:
3135
uses: ./.github/workflows/_unit-tests-python.yml
3236
with:
3337
working-directory: libs/libcommon

0 commit comments

Comments
 (0)