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 0e4b1e8 commit 2615158Copy full SHA for 2615158
.github/workflows/l-libcommon.yml
@@ -23,11 +23,15 @@ on:
23
- ".github/workflows/_unit-tests-python.yml"
24
- "tools/docker-compose-mongo.yml"
25
jobs:
26
- quality:
+ quality-libcommon:
27
uses: ./.github/workflows/_quality-python.yml
28
with:
29
working-directory: libs/libcommon
30
- unit-tests:
+ quality-libviewer:
31
+ uses: ./.github/workflows/_quality-python.yml
32
+ with:
33
+ working-directory: libs/libviewer
34
+ unit-tests-libcommon:
35
uses: ./.github/workflows/_unit-tests-python.yml
36
37
0 commit comments