We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7e0f1 commit 8925f7fCopy full SHA for 8925f7f
.github/workflows/l-libcommon.yml
@@ -9,13 +9,15 @@ on:
9
- main
10
paths:
11
- "libs/libcommon/**"
12
+ - "libs/libviewer/**"
13
- ".github/workflows/l-libcommon.yml"
14
- ".github/workflows/_quality-python.yml"
15
- ".github/workflows/_unit-tests-python.yml"
16
- "tools/docker-compose-mongo.yml"
17
pull_request:
18
19
20
21
22
23
@@ -31,3 +33,8 @@ jobs:
31
33
working-directory: libs/libcommon
32
34
poetry-args: "--with libviewer"
35
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