Skip to content

Commit dadb0dc

Browse files
committed
ci(libviewer): try to add a github actions job for libviewer
1 parent 4d59701 commit dadb0dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/l-libcommon.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
- main
1010
paths:
1111
- "libs/libcommon/**"
12+
- "libs/libviewer/**"
1213
- ".github/workflows/l-libcommon.yml"
1314
- ".github/workflows/_quality-python.yml"
1415
- ".github/workflows/_unit-tests-python.yml"
1516
- "tools/docker-compose-mongo.yml"
1617
pull_request:
1718
paths:
1819
- "libs/libcommon/**"
20+
- "libs/libviewer/**"
1921
- ".github/workflows/l-libcommon.yml"
2022
- ".github/workflows/_quality-python.yml"
2123
- ".github/workflows/_unit-tests-python.yml"
@@ -31,3 +33,8 @@ jobs:
3133
working-directory: libs/libcommon
3234
poetry-args: "--with libviewer"
3335
secrets: inherit
36+
unit-tests-libviewer:
37+
uses: ./.github/workflows/_unit-tests-python.yml
38+
with:
39+
working-directory: libs/libviewer
40+
secrets: inherit

0 commit comments

Comments
 (0)